Skip to content

andrew749/andrew749.github.io

Repository files navigation

My Personal Website

Master is the live code for my website.

These instructions are mostly for me to remember the deploy procedure but feel free to take a look.

Install dependencies

yarn install
pip install -r requirements.txt

Development

yarn build-dev

Deploy

First you need to build your css and js sources using the instructions above (for the blog). All python dependencies need to exist in the /lib folder, otherwise they won't be found when we deploy.

gcloud app deploy app.yaml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published