mirror of
https://github.com/Retropex/bitfeed.git
synced 2025-05-12 19:20:46 +02:00
731 B
731 B
Building and Running the Bitfeed Front End Client
Prerequisites
- Node
- NPM
- Nginx (production deployment only)
- API server
Configuration
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
.
Installation
npm install
Running in development
npm run dev
Building for production
npm run build