Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 779 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 779 Bytes

Tech@NYU Startup Week

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.

Cloning and running the site

  1. git clone [email protected]:TechAtNYU/startup-week.git
  2. These instructions apply to the all branches except master and old-sw-site.
  3. cd startup-week
  4. npm install && bower install && gem install compass
  5. if gem install compass does not work, try sudo gem install compass
  6. grunt serve for preview (grunt build to build the site) and go to localhost:9000

Testing

Running grunt test will run the unit tests with karma.