This is the portfolio website showcasing Type Revival projects for the Type West Online Class of 2024.
To run this website locally on your computer:
- Download Python.
- Open your Terminal and run
python3 -m http.server
. (On Windows, trypython -m http.serve
orpy -3 -m http.server
) - In your browser URL bar, navigate to
localhost:8000
.