Skip to content

NilFoundation/proof.market.nil.foundation

Repository files navigation

=nil; Foundation Proof market interface


This is web interface for proof-market built on Reactjs.

Table of contents

Dev

To run the project in development mode:

npm ci
npm start

Build

To build the project:

./scripts/build.sh

This command will install required dependencies and build static project version into the build directory.

To build the project in docker environment with Node.js, add --docker argument:

./scripts/build.sh --docker