8000 GitHub - bomb-on/conceal-cloud: Conceal Cloud Wallet Front-end
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bomb-on/conceal-cloud

Repository files navigation

Conceal Cloud

Development

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 install

Run local development server:

npm start

Build production-ready version:

npm run build

Deploy on development (proper AWS credentials needed):

npm run aws:dev

Default API endpoint can be overwritten by setting REACT_APP_API_ENDPOINT environmental variable:

export REACT_APP_API_ENDPOINT=http://blah/ && npm run build

Production

Build and deploy to production (proper AWS credentials needed):

npm run aws:prod

About

Conceal Cloud Wallet Front-end

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages

0