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 get
andnpm install
(oryarn
) - Run
docker-compose up -d
to initialize the Database - Migrate the DB by running
go run cmd/dbinit.go
(add--seed
to insert default data) - Compile styles, js and html with
npm run gulp
- Run
fresh
orgo 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/sh
andgo run cmd/dbinit.go --seed