ComputerScienceHouse / Cal

A beautification for the standard google calendar display
1 stars 3 forks source link
html-css-javascript node-js nodejs

Cal - calendar.csh.rit.edu

The public facing website for Rochester Institute of Technology's Computer Science House. A re-work for CSH's standard google calendar display.

Overview

This site is written using NodeJS, EJS to render the templates, and uses Sass and JavaScript ES6.

Local Development

Prerequisites:

NodeJS

Instructions

npm start (You need the secrets to run locally, contact me for more information)

The site should now serve locally at localhost:4000, and auto-build when you change/create files in the repo!

Contributing

  1. Fork this repository
    • Optionally 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 drno@csh.rit.edu with inquiries about the site.