The editor-agnostic library managing the interaction with other clients to support peer-to-peer collaborative editing in Teletype for Pulsar.
To run teletype-client tests locally, you'll first need to have:
- Node 7+
- PostgreSQL 9.x
-
Clone and bootstrap
git clone https://github.com/schadomi7/teletype-diy-client.git cd teletype-client cp .env.example .env createdb teletype-server-test npm install
-
Run the tests
npm test
- Document APIs