Skip to content

developer-overheid-nl/publiccode-checker

Repository files navigation

Publiccode Checker

This repository contains a checker (validation & linting) for the [Publiccode.ymnl].

URL: https://developer-overheid-nl.github.io/publiccode-checker/

Development

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