Files
bytemalte_de_svelte/justfile
Bytemalte e74feec5ea Add Bytemalte projects showcase website with file-based CMS
- 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
2026-03-14 23:05:44 +01:00

9 lines
82 B
Makefile

default:
just --list
run:
pnpm run dev --open
build:
pnpm run build