Skip to content

ComputerScienceHouse/CSHPublicSite

Repository files navigation

CSHPublicSite - csh.rit.edu

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

Build the container: docker build -t cshpublicsite .
Run the container: docker run -p 4000:80 cshpublicsite
You will be able to access the site at http://localhost:4000.

You can either edit files in the container, or rebuild the container when you want to test changes.

Contributing

  1. Fork this repository
    • Create a new git branch if your change is more than a small tweak (git checkout -b BRANCH-NAME-HERE)
  2. Make your changes locally, commit, and push to your fork
  3. Create a Pull Request on this repo for our Webmasters to review

Questions/Concerns

Please file an Issue on this repository or contact [email protected] with inquiries about the site.

About

CSH Public Facing Website

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 53