Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 553 Bytes

Development.md

File metadata and controls

22 lines (12 loc) · 553 Bytes

Install

  1. Install NodeJs

  2. Install global npm dependencies (as root/admin):

     npm install -g gulp [email protected]
    
  3. Download the project template, install project dependencies:

    git clone --recursive https://github.com/ceremcem/vote-is-well
    cd vote-is-well
    ./scada.js/install-modules.sh
    

Run

If you are on Linux, following command will start everything needed for development:

   ./dev.service

In Windows, manually execute every run-in-tmux line in a separate command line.