Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 519 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 519 Bytes

Personal Website

shannonpeng.com

My personal website, built in January 2019.

To run the server locally:

Install less and less-watch-compiler (I have it installed globally):

npm install -g less
npm install -g less-watch-compiler

Set up virtualenv:

python3 -m venv venv

Activate venv, install Python packages, and then deactivate:

source venv/bin/activate
pip install -r requirements.txt
deactivate

Then, run the start script:

sh start.sh

© 2022 Shannon Peng, All rights reserved.