This is the repository for the new UW HvZ site. This is written on the MEAN (mongoDB, express, AngularJS, NodeJS).
- Clone this repo from
https://github.com/Nokel81/UWHvZ-Website.git
- Install Node LTS from https://nodejs.org/en/#download
- Run
mongod
, see https://docs.mongodb.com/manual/installation/ for instructions on installing the community edition of mongo. - Run
npm install
from the root directory of the git repo - Run
npm run dev
to run the code locally (npm run prod
for production) - Navigate to
localhost:3000
- Sebastian Malton - Webmaster