Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 678 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 678 Bytes

Trace Development

Prerequisites

  • Node v4.6.0 LTS
  • Python v3.5.2

Getting Started

To get started, first run npm install. Then to open the app, run npm start.

Style Guide

The JavaScript code abides by the Airbnb JavaScript style guide and ESlint has been set up in the .eslintrc.json. To run the linter, run npm run lint.

Testing

Unit tests will be run with the npm test command.

Contributing

All pull requests must be reviewed by at least one member of the Void* Team before it can be merged. The pull request must also pass all unit tests and linters.