- clone repo
- rum following commands in order at the cloned dir
mkdir data
npm install
npm run build
npm run servenotes:
- the api currently runs at http://localhost:3000 . If anything is running at that port it kills that process and starts this. This was to kill previous instances of nodeAPI server that were not closed properly. If you have anything else running at that port I suggest you manually edit the port in serve.ts