This repo contains source code for my website, which you can find at kucera.dev. I've created this site without AI, because I want this site to be truly mine.
NOTE: the main branch is the development branch, while the contents displayed on the website come from the prod branch.
- Astro for fast performance and markdown-based content.
- Tailwind css
git clone https://github.com/Limit-sest/personal-site.git
cd personal-site
bun install
bun run devevI prefer using bun, but you can also use npm