Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 516 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 516 Bytes

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/