sharedb-ace-backend is the web server to support collaborative editing in Source Academy.
- Clone this repo:
$ git clone https://github.com/jiayushe/sharedb-ace-backend
- Install all dependancies:
$ yarn
- Start the local server:
$ yarn start
- Open
http://localhost:8080/
in your browser.