shannonpeng / shannonpeng.com

My portfolio website. Created from scratch in January 2019.
https://shannonpeng.com
6 stars 0 forks source link

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.