Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 688 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 688 Bytes

Build Status Coverage Status

Install

git clone [email protected]:Pipend/spy-server.git

Setup

  • npm install

  • npm run configure - this creates config.ls in the project directory (update it with your list of projects and the corresponding storage details)

  • lsc server.ls

Testing & Coverage

  • gulp build to transpile livescript files to javascript
  • npm test & npm run coverage for unit tests & coverage