Clone all three repositories:
- https://github.com/NineTracks/web
- https://github.com/NineTracks/server
- https://github.com/NineTracks/cloud-functions
Run yarn install
in each
In the cloud-functions repo, search for index.ts and modify the domain array inside the CORS handler to support the connections you want to allow
Afterwards, build and deploy the cloud functions by running firebase deploy --only functions
in that directory
The web and server services must be running concurrently for NineTracks to function
In the web repository, run yarn start
In the server repository, run DATABASE_URL=https://ninetracks-80f47.firebaseio.com yarn start