1
0
Files
niklas-birk.de/README.md
2026-01-03 15:58:49 +01:00

474 B

niklas-birk.de

Meine eigene kleine Website

Getting Started

  • deno run dev - Starts a dev server at http://localhost:5173/

  • deno run build - Builds for production, emitting to dist/. Prerenders app to static HTML

  • deno run preview - Starts a server at http://localhost:4173/ to test production build locally