Source code for my personal website, hosted on Github Pages. I used the template from Eric Zhang, https://github.com/ekzhang/ekzhang.github.io. His code is open source with no licence.
This website is powered by SvelteKit and Tailwind CSS. To develop, run:
$ npm install
$ npm run devRun prettier --ignore-path .gitignore --write --plugin-search-dir=. . to
format your code before committing.