bitfeed/client
2022-03-05 10:24:24 -06:00
..
assets Integrate new donation server. Basic sponsor modal 2021-12-27 19:10:57 -06:00
docker Docker config, compatibility & env var support 2022-01-23 16:54:04 -06:00
nginx Handle transaction floods 2022-03-05 10:24:24 -06:00
public Update github workflows & alerts 2022-02-09 00:02:23 -06:00
src Fix prevout inflation concurrency bug 2022-03-02 23:42:31 -06:00
template Docker config, compatibility & env var support 2022-01-23 16:54:04 -06:00
.gitignore Docker config, compatibility & env var support 2022-01-23 16:54:04 -06:00
babel.config.js Prep client for monorepo 2021-12-02 16:26:47 -06:00
Dockerfile Clean up Dockerfiles 2022-01-28 02:23:13 -05:00
LICENSE Update licenses 2021-12-03 11:35:25 -06:00
package-lock.json Fix missing dependencies 2022-02-09 00:18:40 -06:00
package.json Fix missing block router bug 2022-02-28 12:10:40 -06:00
qr.png Prep client for monorepo 2021-12-02 16:26:47 -06:00
README.md Add proper instructions 2022-01-30 12:51:15 -06:00
rollup.config.js Minor bug fixes 2022-02-04 08:29:36 -06:00

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