The greatest speedrunning event Europe has ever seen
- Go
- Docker / RethinkDB
- Gulp
- Npm
- Set up your local .env file base don the .example.env
- Download dependencies with
go getandnpm install(oryarn) - Run
docker-compose up -dto initialize the Database - Migrate the DB by running
go run cmd/dbinit.go(add--seedto insert default data) - Compile styles, js and html with
npm run gulp - Run
freshorgo run main.go - Add some cool features
- Clone repository and set up .env file
- Run
docker build -t esa:latest . - Run
docker-compose up -d - (First time setup) Run
docker exec -it {containerID} /bin/shandgo run cmd/dbinit.go --seed