This is the code for the frontend of Probstücke Digital, built with Next.js. The encodings can be found here.
npm install --legacy-peer-deps
npm run devThe site will be running at http://localhost:3000.
npm run build
npm run startnpm run typecheck # TypeScript type checking
npm run lint # ESLint
npm run knip # Dead code analysis