This is web interface for proof-market built on Reactjs.
To run the project in development mode:
npm ci
npm startTo build the project:
./scripts/build.shThis 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