Skip to content
This repository was archived by the owner on Sep 24, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 341 Bytes

File metadata and controls

11 lines (8 loc) · 341 Bytes

Candy on node.js

Deploy Candy as a node.js application.

Setup

  • Check out the submodules: git submodule update --init
  • Install dependencies: npm install
  • Copy config.js.sample to config.js
  • Change the preferences in config.js to fit your setup
  • Run it: npm start