This repository holds the source code for the website that runs remsfal.de.
- The site should only be delivered in German.
- The dependencies should be kept minimal, i.e. no axios, no e2e testing, no i18n, etc.
- It is purely a website and support for native mobile apps or a PWA is not desired.
npm cinpm run devnpm run buildRun Unit Tests with Vitest
npm run test:unitLint with ESLint
npm run lint