- Make sure Cognito is setup with the appropiate test users. Unfortunately we can't automate this yet due to impossibility of creating users programmatically for testing.
- Deploy AWS resources using Terraform:
terraform apply -auto-approve
- Run Chalice server:
cd backend && pipenv run chalice local
(make surepipenv install --dev
has been run first) - Run webserver:
cd website && npm start
Not there yet
Execute all test with sh test_all.sh
, may or may not work!
To test react components run storybook
with cd website && npm run storybook
.