This is the website for the CVE Record Format, which hosts documentation for how to understand and use the format to create and interpret CVE Records.
The site is built using Docusaurus, a static website generator.
npm installnpx docusaurus startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npx docusaurus buildThis command generates static content into the build directory.
Using SSH:
USE_SSH=true npx docusaurus deployNot using SSH:
GIT_USER=<Your GitHub username> npx docusaurus deploy