Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 798 Bytes

File metadata and controls

45 lines (29 loc) · 798 Bytes

CVE Record Format Site

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.

Installation

npm install

Local Development

npx docusaurus start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

npx docusaurus build

This command generates static content into the build directory.

Deployment

Using SSH:

USE_SSH=true npx docusaurus deploy

Not using SSH:

GIT_USER=<Your GitHub username> npx docusaurus deploy