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.comThen run
yarn dev
and connect to localhost:3000