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:4321This project uses the Node and pnpm versions pinned in .nvmrc and package.json. pnpm is the supported package manager; do not commit an npm lockfile.
pnpm validate:data
pnpm test
pnpm buildMIT – see LICENSE for more details.