- Node
- npm or yarn
- DynamoDB
- Add a
.env.local
file in the root folder with yourGOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET
- Depending on your DynamoDB setup, you may also set
DDB_TABLE
DDB_ENDPOINT
DDB_ACCESS_KEY_ID
DDB_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 dev
You can see the UI at http://127.0.0.1:3000