@atom/teletype-server

0.18.2 • Public • Published

teletype-server

The server-side application that facilitates peer discovery for collaborative editing sessions in Teletype.

Hacking

Dependencies

To run teletype-server locally, you'll first need to have:

Running locally

  1. Clone and bootstrap

    git clone https://github.com/atom/teletype-server.git
    cd teletype-server
    cp .env.example .env
    createdb teletype-server-dev
    createdb teletype-server-test
    npm install
    npm run migrate up
    
  2. Copy the app_id, key, and secret for your app on pusher.com, and set those values in your .env file

  3. Copy the client ID and client secret for your OAuth app on github.com, and set those values in your .env file

  4. Start the server

    ./script/server
    
  5. Run the tests

    npm test
    

Deploying

Atom core team members can use this guide to test pull requests and deploy changes to production.

Readme

Keywords

none

Package Sidebar

Install

npm i @atom/teletype-server

Weekly Downloads

6

Version

0.18.2

License

MIT

Unpacked Size

43.2 kB

Total Files

34

Last publish

Collaborators

  • kashef
  • daviwil
  • binarymuse
  • kuychaco
  • atom-team
  • smashwilson
  • nathansobo
  • maxbrunsfeld
  • simurai
  • iolsen
  • as-cii
  • jasonrudolph
  • lee-dohm
  • donokuda