- Staging: https://simcase-bottleneck-staging.herokuapp.com/
- Production:
Game for MBA students who have to try increasing the productivity of a recycling plant to the maximum within an economic year. The student who gets the highest productivity in the shorter time will be the winner.
- Ruby: 2.6.4
- Rails: 6.0.0
- PostgreSQL >= 11.5
- Yarn: 1.17.3
- Webpack Dev Server: 3.9.0
- $ git clone [email protected]:ableco/simcase-bottleneck.git
- $ cd simcase-bottleneck
- $ bundle install
- $ ./bin/rails db:create db:migrate
- $ ./bin/rails server
- $ rails new simcase-bottleneck -d postgresql --webpack=react --skip-test
- $ cd simcase-bottleneck
- $ brew install postgresql (if required)
- $ brew services start postgresql (if required)
- $ ./bin/rails db:create db:migrate
- $ ./bin/webpack-dev-server
- $ ./bin/rails server