Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 308 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 308 Bytes

INSTALLATION

sudo apt-get install python-software-properties software-properties-common python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs

Then install dependencies:

cd PROJECT_ROOT
npm install

And start:

node index