- Ruby (version specified in
.ruby-version
) - Bundler
- PostgreSQL with
- NodeJS
- Yarn
- Configure the dotenv variables according to
.env.template
. - Install app:
bundle install
bin/rails db:create
bin/rails db:schema:load
- Generate JS localization files:
bin/rake locale_js
- Run dev server:
bin/rails server -b 0.0.0.0
In separate file CHANGELOG.md. Please keep a CHANGELOG.
This project adheres to Semantic Versioning.