A prototype to evaluate Solid as a personal data store
- Run
npm cito install dependencies - Run
npm run buildto build the app - Run
npm run devto start the local server - Visit
http://localhost:3000in your browser
The app is deployed to AWS ECS on Fargate and is available at https://prototype.solid.integration.account.gov.uk/
To deploy a new version:
cd infastructure/prototype-app
gds aws di-solid-prototype ./deploy.shThis will build a new Docker image, tag it with the Git hash, upload that image to ECR and finally deploy the app.