Skip to content

Latest commit

 

History

History
executable file
·
47 lines (34 loc) · 923 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
47 lines (34 loc) · 923 Bytes

Contributing

Development

Required environment

  • Node.js: 6.x.x
  • npm: 4.x.x, bundled with Node (check the version)
  • git: should be in the PATH
  • gulp: npm install -g gulp-cli
  • typings: npm install -g typings

Set-up the project

git clone https://github.com/o10if/pld-smart-backend.git
cd pld-smart-backend
npm install

Project's lifecycle

Build and run

npm start

Rebuild on changes

gulp watch:main

Run tests

npm test