Skip to content

source-academy/sharedb-ace-backend

Repository files navigation

sharedb-ace-backend

The backend for the collaborative editor in the Source Academy.

Based on the original version by She Jiayu and Jethro Kuan.

Running locally

$ git clone https://github.com/source-academy/sharedb-ace-backend.git
$ yarn install
$ node index.js

Then set in your frontend environment:

REACT_APP_SHAREDB_BACKEND_URL=http://localhost:8080/