- To run the project:
- Clone the repository
- In the root folder, run
bundle install && yarn
to get all relevant packages and gems. - Make sure that you're using seed data for request types. Run
bin/rails db:seed
from proeject root folder. - Run
bin/rails db:migrate
- Start the server with
bin/rails s
- Start the webpack development server with
./bin/webpack-dev-server
-
Ruby version: 2.7.3
-
How to run the test suite