The website for the App Development RSO at the University of Washington.
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!
This site uses Jekyll. To run it locally,
- Read through the Jekyll quickstart.
- Update
_config.yml
by commenting outremote_theme: ...
and uncommentingtheme: hematite
. - Follow the Jekyll site-building instructions to build and serve the site locally.
- If you get an error mentioning
webrick
, please runbundle add webrick
.