Skip to content

Developing sharedb ace

Jethro Kuan edited this page Mar 29, 2017 · 1 revision

Developing sharedb-ace

  1. Fork or clone this repo:
git clone https://github.com/jethrokuan/sharedb-ace.git
cd sharedb-ace && yarn install

Generating JS Docs

We generate javascript documentation using inline documentation.

jsdoc source/*.js --destination ./docs/
Clone this wiki locally