Mye Play CSE 118 Project
##Setting up the app on your local machine
- Install NodeJs from the homepage.
- Run
npm install
(without sudo!) in the bash terminal to install all the required dependencies.
If there are permission issues, run these and then step 2 again:
sudo npm cache clean
sudo chown -R `whoami` ~/.npm
sudo chown -R `whoami` node_modules
sudo rm -r node_modules