- Clone this repo
- Copy
.env.example
into.env
(or.env.test
depending on your environments) - Install gems:
bundle install
- Install packages:
yarn
ornpm install
- Set up your database:
- Create it with Docker-Compose by running
docker-compose up
- Run the migrations:
rake db:migrate
- Create it with Docker-Compose by running
- You're all set ! 🎉
yarn docs
- Ruby on Rails
- CI: Travis CI
- Code Analysis: CodeClimate
👍🎉 Pull requests are welcome ! 🎉👍