sharedb-ace-backend
June 26, 2021 ยท View on GitHub
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/