Skip to content

Latest commit

 

History

History
 
 

README.md

KubeArchive Documentation

Source-code for the KubeArchive documentation.

Development

  1. Install the NPM dependencies:
    npm ci
  2. Generate the site and serve it:
    npm run dev
  3. Make changes, then run again:
    npm run dev