Clone the project:
git clone [email protected]:FakeNL/CESA.git
Install bundler:
gem install bundler
Install rails:
gem install rails
Run migrations:
bin/rake db:migrate
Install dependencies:
bin/bundle install
Run the project:
bin/rails s