- Node
- npm or yarn
- DynamoDB
- Add a
.env.localfile in the root folder with yourGOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRET
- Depending on your DynamoDB setup, you may also set
DDB_TABLEDDB_ENDPOINTDDB_ACCESS_KEY_IDDDB_SECRET_ACCESS_KEY
- Make sure you have a local dynamodb
# install dependencies
yarn
# create a local dynamodb table
yarn ddb:setup
# run the dev server
yarn devYou can see the UI at http://127.0.0.1:3000