Clint's website: https://clintonmorrison.com
First time setup (Macbook):
brew install mysql pkg-config
To run the server in local dev mode:
cd ~/Source/personal-website
./run_local_dev.sh
# Alternatively:
python3 -m venv venv
source venv/bin/activate
pip3 install -r app/requirements.txt
cd app
python3 dev_server.py
Update the version in version.sh
cd ~/Source/personal-website
./build.sh