Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 550 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 550 Bytes

CSin3Students website

Powered by NodeJS, ExpressJS, MongoDB, and Bootstrap.

Setup

Install Node and npm. Then run

$ npm install

If you're running OSX, install brew.

If you don't have mongo

$ brew install mongo

Run mongod to make sure everything is good

Contributing

Clone the repository and push up a branch to this repository. The best way to get setup is by checking out the development branch and checking out your branch based on those changes.

Coming soon

A guide to get your development environment set up