The LUC CS Departments Graduate Student Handbook
This site can be found at https://gradhandbook.cs.luc.edu
If you spot any issues with the site, feel free to open an issue at https://github.com/LoyolaChicagoCS/gradhandbook/issues
If you want to develop this site further follow the steps below:
- Install
Docker
- Install the Remote - Containers VS Code extension
- Open the project in the provided
dev container
- Run
pip install -r requirements.txt
- Install
Python 3.9+
- Run
pip install -r requirements.txt
If you wish to deploy the site to GitHub Pages, a GitHub Action workflow has already been made to simplify this process.
- Enable
Actions
on your fork of this project - Enable
GitHub Pages
on your fork of this project - If you use a different production branch name other than
main
, change the workflow to point to that branch