This repository holds the source code for the website that runs remsfal.de.
The site is built with VitePress, a static site generator powered by Vue and Vite.
- The site should only be delivered in German.
- The dependencies should be kept minimal.
- It is purely a website and support for native mobile apps or a PWA is not desired.
npm cinpm run devThe development server will start on http://localhost:5174/.
npm run buildThe built site will be output to the dist/ directory.
npm run docs:previewnpm run type-checkLint with ESLint
npm run lintFormat with Prettier
npm run format