- Node
- NPM
- Nginx (production deployment only)
- API server
client/src/config.js exposes a number of configuration options, mostly useful for local development.
When developing the front end, you can point at the hosted backend API server instead of running your own full node and server instance by setting backend to "bits.monospace.live" and backendPort to null.
npm installnpm run devnpm run build