- Node
14+
- Install node.js in use:
nodenv install $(cat .node_version)
- Load dependencies:
npm i
setup notes:
- we use nodenv to manage node.js - https://github.com/nodenv/nodenv
You will need to add a .env
file to your source. See the .env.sample included in the source base for the keys.
The main development starting point is npm run start:watch
npm run start:watch
to run with a watcher.npm run start
to just run`.
- Endpoint: http://localhost:8004/ or http://localhost:8004/graphql