Skip to content
Chris Mowforth edited this page May 8, 2015 · 22 revisions

Prerequisites

  • Node.js + npm (0.10.x or greater)

Workflow

To contribute to the Logentries JS client library, you'll need to clone the repo:

  1. git clone https://github.com/logentries/le_js.git
  2. Run npm install in the root of the project
  3. Run npm test regularly when hacking on the client libary (code lives here).
  4. Repeat 3. until you have a discernible feature :)

Got a couple minutes to spare? Check out the current issues list.

Clone this wiki locally