coolguy1990 / testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home Automation System

Setup Instructions

  1. Install/Update Ruby and Compass (for Sass)
sudo apt-get install ruby2.0-dev build-essential
sudo gem install compass
  1. Install/Update Node & NPM using (NVM)
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.4/install.sh | bash
source ~/.bashrc
nvm install stable
nvm use stable
  1. Clone the repository
  2. Update the contributors list in package.json
  3. Install Node Modules
npm install
  1. Run App using
npm start
  1. Head to http://localhost:3000

About

License:Apache License 2.0


Languages

Language:JavaScript 97.3%Language:Makefile 1.3%Language:HTML 0.8%Language:CSS 0.7%