Instructions for researchers on how to use the Special Collections Research Center's virtual reading room at NC State University.
This site was built using the static site generator mkdocs.
- Install mkdocs.
- If you're on a Mac, run:
brew install mkdocs - If you're on Windows, run:
pip install mkdocs
- If you're on a Mac, run:
- Edit the existing markdown files under the /src directory. If you have any images, add them to the /img directory.
- To preview your changes, run:
mkdocs serve - In a browser, visit http://127.0.0.1:8000/vrr/
- If your changes look good, run:
mkdocs build - Then you can add, commit, and push your changes to the repository:
git add .
git commit -m "your message"
git push
This work is licensed under a Creative Commons Attribution 4.0 International License.
