This repository contains a web-app which generates different files that are needed for a healthy and accessible repository.
URL: https://developer-overheid-nl.github.io/repo-generator/
Prepare your local environment:
- Install project dependencies:
pnpm install - Install VSCode extensions: Prettier, ESLint, Tailwind CSS IntelliSense
- Set VSCode default formatter to
esbenp.prettier-vscode
Start the development server:
pnpm run dev