課程資訊平台。
在完成 git clone 後執行:
$ ./bin/setup然後編輯專案目錄下的 .env 來完成組態設置。
Run the following command to execute all test suites:
$ bundle exec rake
- Fork it.
- Create your feature branch (
git checkout -b my-new-feature). - Commit your changes (
git commit -m 'add some feature'). - Push to the branch (
git push origin my-new-feature) - Create new Pull Request.