Skip to content

radicazz/shoebox

Repository files navigation

shoebox

Live Node CI

Minimal, theme‑aware personal landing page powered by Astro. Check out the live site at radicazz.github.io/shoebox/.

Stack

  • Astro + TypeScript
  • Tailwind CSS + custom theme tokens
  • Static export, no backend required

Quickstart

Clone the repo:

git clone https://github.com/radicazz/shoebox.git
cd shoebox

If you're using nvm:

nvm install   # once, uses .nvmrc
nvm use

Build & run:

pnpm install
pnpm dev   # http://localhost:4321

License

MIT – see LICENSE for more details.