nazar / got.bet

Source code for http://got.bet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Source code for http://got.bet

License:The Unlicense


Languages

Language:JavaScript 96.9%Language:CSS 1.8%Language:Shell 0.9%Language:HTML 0.3%