This project follows the standard Rails project structure.
- Make sure the required version of Ruby (3.1.2) is configured on your local env.
curl -sSL https://get.rvm.io | bash
rvm install 3.1.2
- Build your app.
bundle update --bundler && bundle update && npm install && bin/rails db:migrate RAILS_ENV=development
- Start your app.
bin/rails server