- Ruby 2.7
- Bundler 2
- NodeJS v16.x
Clone the repo, then install needed gems:
$ bundle install
Then, migrate the database:
$ bundle exec rails db:migrate
Then, start the server:
$ bundle exec rails server
To run the Cucumber and RSpec tests:
$ bundle exec cucumber
$ bundle exec rspec
To run ESLint:
$ npm install
$ npm run lint
$ npm run lint:fix