bitfeed/client
2024-01-21 21:51:55 +01: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 Boolean output spend status when indexing disabled 2022-05-18 03:13:26 +00:00
public add light analytics 2024-01-21 21:17:15 +01:00
src disable info bar 2024-01-21 21:25:45 +01:00
template fix 2024-01-21 21:51:55 +01: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 Decode input/output addresses. Optimize for mobile 2022-03-11 13:35:15 -06:00
package.json Clean up graphics scaling 2022-06-13 02:03:14 +00: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 Version has been added 2022-03-22 00:16:14 +03: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