Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 857 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 857 Bytes

ccowmu.org

The main site for the Computer Club of Western Michigan University (CCoWMU).

Requirements

Workflow

Please work in a topic branch and open pull requests, even if you are a contributor and merge your own PR.

Developing

You can work locally on the website by cloning the repository then serving using 'jekyll serve --watch' The --watch flag will automatically regenerate the page whenever changes are made.

Deploying

The site is only deployed from the master branch, so feel free to push any other topic branches freely. Once a commit is merged into master it should show up on the site soon thereafter.