/LightUpDogVest

Use EL wire to make a light up vest for your pup.

LightUpDogVest

Database and API for an EL Wire Dog Vest.

Setup

Install node if you haven't already:

git clone https://github.com/creationix/nvm.git ~/.nvm
echo "source ~/.nvm/nvm.sh" >> ~/.bash_profile # or ~/.bash_rc for linux
source ~/.bash_profile
nvm install 0.10
nvm alias default 0.10

Then checkout the repo:

git clone https://github.com/jenfoxbot/LightUpDogVest.git
cd LightUpDogVest
npm install
npm start

Change History

This project uses semantic versioning.