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