Machine Assisted Cooking (CS279 Final Project)
Get/Install nvm:
Install node and npm:
- nvm install 0.10.29 //if not already installed
- nvm alias default 0.10.29 //if you want to use node 0.10.29 by default
- nvm use 0.10.29
See client/server for further setup instructions and usage details.