Supporting API endpoints for https://actuallycolab.org
This repository is not the core service for Actually Colab. View Desktop and Editor if that's what you're looking for.
1.) Install dependencies
yarn install
2.) Install dynamodb local
yarn sls dynamodb install
3.) Create a folder for dynamodb
mkdir ./.dynamodb/db
4.) Run the dev environment locally
yarn start