Skip to content

CheckVIES/docs

Repository files navigation

CheckVIES Documentation

This repository contains the documentation for CheckVIES, a service for validating VAT numbers via VIES.

Prerequisites

  • Node.js (version 24 or higher)
  • Yarn (recommended) or npm

Installation

yarn install

Local Development

Generate API Documentation

Before running the site, you need to generate the API documentation from the OpenAPI spec:

yarn docusaurus gen-api-docs checkvies

Start Development Server

yarn start

By default, the site will be available at http://localhost:3000.

Manual Deployment

yarn deploy

Project Structure

  • /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.

About

CheckVIES docs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors