This repository contains a checker (validation & linting) for the [Publiccode.ymnl].
URL: https://developer-overheid-nl.github.io/publiccode-checker/
Prepare your local environment:
- Install project dependencies:
npm install - Install VSCode extensions: Prettier, ESLint, Tailwind CSS IntelliSense
- Set VSCode default formatter to
esbenp.prettier-vscode
Start the development server:
npm run dev