Skip to content

UWAppDev/uwappdev.github.io

Repository files navigation

uwappdev.github.io

The website for the App Development RSO at the University of Washington.

Pull Request Guidelines

Students submitting pull requests should include a clear description of what was changed and why. If a new page was added to the website, please, give yourself credit!

Running Locally

This site uses Jekyll. To run it locally,

  1. Read through the Jekyll quickstart.
  2. Update _config.yml by commenting out remote_theme: ... and uncommenting theme: hematite.
  3. Follow the Jekyll site-building instructions to build and serve the site locally.
  • If you get an error mentioning webrick, please run bundle add webrick.