Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 462 Bytes

File metadata and controls

21 lines (11 loc) · 462 Bytes

Contributing

We love pull requests. Here's a quick guide.

Fork, then clone the repo:

git clone git@github.com:your-username/osc-websocket.git

Set up your machine:

npm install

We recommand using nodemon instead of just node for developping. npm install -g nodemon

Make your change and commit it !

Push to your fork and submit a pull request.

That's it ! Thanks !