Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 741 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 741 Bytes

GoT Bet

Here lies the source code for the got.bet website.

Developer setup

  1. Get Docker
  2. 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 for client and api services. Sorry Windows users; you're on your own on this one.
  3. If using docker-sync, use docker-sync start && docker-compose up to start the local development environment.
  4. Run yarn db:migrate to create and seed the db dev database
  5. Point your browser at http://localhost:5006
  6. ?
  7. Profit