bitfeed/client/README.md
2022-01-30 12:51:15 -06:00

731 B

Building and Running the Bitfeed Front End Client

Prerequisites

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