bitfeed/client
2022-04-18 12:40:07 -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 Loading indicator. Fix blockheight calculation 2022-04-17 15:23:18 -06:00
src Support searching mempool txs, error handling 2022-04-18 12:40:07 -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 Decode input/output addresses. Optimize for mobile 2022-03-11 13:35:15 -06:00
package.json Version has been added 2022-03-22 00:16:14 +03: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