candy-node icon indicating copy to clipboard operation
candy-node copied to clipboard

Deploy Candy as a node.js application

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