csh.rit.edu
CSHPublicSite -The public facing website for Rochester Institute of Technology's Computer Science House.
Overview
This site is written using Jekyll, a static site generator built with Ruby, and uses Sass and JavaScript ES6.
Local Development
Prerequisites:
Instructions
bundle install
bundle exec jekyll serve
The site should now serve locally at localhost:4000
, and auto-build when you change/create files in the repo!
Contributing
- Fork this repository
- Optionally create a new git branch if your change is more than a small tweak (
git checkout -b BRANCH-NAME-HERE
)
- Optionally create a new git branch if your change is more than a small tweak (
- Make your changes locally, commit, and push to your fork
- Create a Pull Request on this repo for our Webmasters to review
Questions/Concerns
Please file an Issue on this repository or contact webmaster@csh.rit.edu with inquiries about the site.