Skip to content

actually-colab/www-api

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.

Setup

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