Minimal, theme‑aware personal landing page powered by Astro. Check out the live site at radicazz.github.io/shoebox/.
- Astro + TypeScript
- Tailwind CSS + custom theme tokens
- Static export, no backend required
Clone the repo:
git clone https://github.com/radicazz/shoebox.git
cd shoeboxIf you're using nvm:
nvm install # once, uses .nvmrc
nvm useBuild & run:
pnpm install
pnpm dev # http://localhost:4321MIT – see LICENSE for more details.