Requirements:
- NodeJS (v17 or higher)
Clone repository:
git clone https://github.com/ConcealNetwork/conceal-cloud
cd conceal-cloud
# optional, checkout specific tag
# git checkout tags/<tag> -b <branch>Install project dependencies:
npm installRun local development server:
npm startBuild production-ready version:
npm run buildDeploy on development (proper AWS credentials needed):
npm run aws:devDefault API endpoint can be overwritten by setting REACT_APP_API_ENDPOINT
environmental variable:
export REACT_APP_API_ENDPOINT=http://blah/ && npm run buildBuild and deploy to production (proper AWS credentials needed):
npm run aws:prod