The marketing site (nyusw.com) for tech@NYU Startup Week, a once-a-semester weeklong celebration of hacking, designing, networking, and learning in NYC.
This project is generated with yo angular generator version 0.11.1.
- git clone git@github.com:TechAtNYU/startup-week.git
- These instructions apply to the all branches except master and old-sw-site.
- cd startup-week
npm install && bower install && gem install compass
- if
gem install compass
does not work, trysudo gem install compass
grunt serve
for preview (grunt build to build the site) and go to localhost:9000
Running grunt test
will run the unit tests with karma.