Here lies the source code for the got.bet website.
- Get Docker
- If you are on macOS, get docker-sync for faster file
syncs and container IO. If you are on linux, please add a
docker-compose.override.yml
file to override the project docker-compose services, specifically mapping the volumes forclient
andapi
services. Sorry Windows users; you're on your own on this one. - If using
docker-sync
, usedocker-sync start && docker-compose up
to start the local development environment. - Run
yarn db:migrate
to create and seed the db dev database - Point your browser at http://localhost:5006
- ?
- Profit