Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 375 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 375 Bytes

turbo-hearts-scores

Developing

  1. yarn
  2. yarn build

Run the server

  1. cd projects/server
  2. yarn dev If you want data, grab a DB backup from https://scores.anti.run/backups/ and replace projects/server/dev.sqlite3

Run the front end

  1. cd projects/app
  2. yarn dev
  3. open localhost:1234

Dev on shared

  1. cd projects/shared
  2. yarn dev