This repo contains source code for my website, which you can find at kucera.dev.
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 devI prefer using bun, but you can also use npm