/WUSB-Website

This is the source for the WUSB main website at wusb.fm.

Primary LanguageCSS

WUSB-Website

This is the source for the WUSB main website at wusb.fm.

##Team: Manager: Peter Jasko

Frontend: Ken Fehling

Frontend: Philippe Kimura-Thollander

Backend: Peter Geiss

#Running the Server

  1. Fork the respository, then git clone your fork onto your computer. cd into it.
  2. npm install (if you add an npm module, be sure to add it to package.json so npm responds to it)
  3. touch .env and add COOKIE_SECRET=some long string here (no spaces, keystone might be able to automatically generate it for you) to the file.
  4. node server.js with your MongoDB instance running (soon we'll have a centralized server and you won't have to run your own MongoDB)