- Svelte 5 website following BYTEMALTE design system - File-based CMS via static/projects.json (no restart needed) - Hero section, responsive project cards grid, navbar, footer - All 8 projects integrated with Code/Download links
9 lines
82 B
Makefile
9 lines
82 B
Makefile
default:
|
|
just --list
|
|
|
|
run:
|
|
pnpm run dev --open
|
|
|
|
build:
|
|
pnpm run build
|