Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.53 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.53 KB

Quality&Tests Test Coverage Maintainability GPLv3 license Contributions

Sat 9am 5km - run events system

TODO

  • Separate page with activities inside event
  • Event specific top menu
  • Add callback when publish activity to check and fill date

Development

Create deploy/.env and config/database.yml files:

mkdir deploy
cp .env.example ./deploy/.env
cp ./config/database.yml.example ./config/database.yml

To build project install Docker, docker-compose (use V2 on Apple chip) and execute

make build_proj
make ash
# in docker container
rail db:prepare
rails db:environment:set RAILS_ENV=test

Now you can run it

make