Welcome to the codebase for my personal website!
I started this as a personal project in November 2014 to learn web design through immersion. It started as a simple project with just HTML5 and CSS3, but it has evolved countless times since then. I moved the project to the adampatyk.io domain in early 2018 and switched to using GatsbyJS and Netlify in mid-2020. I'm planning to move it to Leptos in the near future.
- This repo uses pre-commit. To install pre-commit:
- First install
uvif you have not already - Run
uv tool install pre-commit && uv tool update-shell - Install the pre-commit hooks for this repo with
pre-commit install
- First install
- To get started running locally, first run
npm install - Then run,
npm run devto get everything running locally