Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 268 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 268 Bytes

VOID Tech

Website repository for VOID Tech at the University of Michigan.

Running the site locally

To run the website locally, run the following commands:

$ cd docs/
$ python3 -m http.server

Then, navigate to localhost:8000 in your browser.