Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 285 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 285 Bytes

Pen & Pixels

Webseite für das Studioprojekt der ME21b.

This website uses the Vitepress package.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build