- PostgreSQL
- Make sure that all prerequisites are installed and running locally.
- Run
bin/setup
to install dependencies and prepare the local database. - Run
rails s
to start the Rails server.
rspec
erblint --lint-all --autocorrect
eslint .
rubocop -Ra
Deployment of the master branch to Heroku is done automatically after CI passes.
rake venues:hydrate
- Run hourly on :00 by Heroku Scheduler
This project is licensed under the GNU GPLv3 License -- see the LICENSE.md file for details.
User.where(email: "[email protected]").first.update(admin: true)
to add an
admin.