Developer - Glavin001/smucs GitHub Wiki

How to help develop SMUCS's Website

Installation

git clone [email protected]:Glavin001/smucs.git && cd smucs && npm install

Running

node app
Advanced

Running with a custom port number.

node app -p 8082

Contributing

You can either Fork this repository and then create a Pull Request, or request to be a contributor.

Editing
Server

The files you should really be playing with are in the app/server/ directory. ####### JavaScript

Client

The files you should really be playing with are in the app/public/ directory. ####### CSS The base CSS is located in app/public/style.styl (note that the style.styl is converted at runtime into style.css, so style.css will be overwritten). ####### HTML ####### JavaScript