Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 499 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 499 Bytes

pistation-api

The brains of the pistation project

Installation

  • Make sure that you have ts-node and typings installed (sudo npm install typings ts-node --global)
  • Run npm install

Running the server

Use npm start to fire up the server.

Connectors and modules

Connectors and modules can be installed in the connector or module folder. For now you can just throw the files in there (as folders) or use git clone to clone existing repositories. Installation manual will follow!