This repository contains the documentation for CheckVIES, a service for validating VAT numbers via VIES.
yarn installBefore running the site, you need to generate the API documentation from the OpenAPI spec:
yarn docusaurus gen-api-docs checkviesyarn startBy default, the site will be available at http://localhost:3000.
yarn deploy/docs: Markdown files for documentation./docs/api: Generated API documentation (do not edit manually)./openapi: OpenAPI specification file (spec.yaml)./src: React components and pages./static: Static assets like images and CSS.docusaurus.config.ts: Main configuration file.sidebars.ts: Sidebar configuration.