Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 593 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 593 Bytes

CSCrew2015

New CS Crew website for 2015

Setup instructions

(Note: Backend must be run on Zoo.)

  1. Run 'npm install' to install required development packages.
  2. Clone the accompanying CSCrew2015-back repository to a subdir of this repository called 'api'.
  3. Follow the instructions in api/README.md

Development

SASS

To ensure SASS files are automatically compiled while working, run 'gulp sass-watch'.

Deployment

To deploy the site, run 'gulp'. Copy the entire 'dist' directory to the server. Also clone the CSCrew2015-back tree and follow the same process as above.