Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 560 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 560 Bytes

=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