「Clone or download」をクリックするとURLが表示されるので、そのURLをコピー。
aws Cloud9 新しいプロジェクト作成
ディレクトリはenvironmentでおk
$ git clone "URL"
$ cd cd Attendance-system-intern-B(新しくできたディレクトリ)
$ bundle install --without production
$ rails db:migrate
$ rails db:seed
$ rails server