Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 472 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 472 Bytes

blynk-sketch-generator

This repository is for generating Blynk sketches.

Installation

##Install nodejs

curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs build-essential realpath

##Install used modules

cd blynk-sketch-generator
npm install
npm install -g forever

##Forward to correct port

sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080