Skip to content

Zakiamangal/trust_claim

 
 

Repository files navigation

OpenTrustClaims Demo

See Use Cases and related docs

To enter data, visit pro

To deploy latest code, pull directly on server

ssh -l ubuntu -i [key] trustclaims.whatscookin.us
cd /data/trust_claim
git pull
yarn && yarn build
cd /data/trust_claim/dist
cp -r ./ /var/www/trust_claim/

TODO: ci pipeline

To run in a new location you must set these environment variables

VITE_GITHUB_CLIENT_ID=[...]
VITE_BACKEND_BASE_URL=http://localhost:9000
VITE_CERAMIC_URL='http://13.56.165.66/'

To avoid having to run the back end you may point to the live backend

VITE_BACKEND_BASE_URL=http://ec2-54-177-89-176.us-west-1.compute.amazonaws.com

Then run

yarn dev

and connect to localhost:3000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 96.0%
  • JavaScript 2.9%
  • Other 1.1%