Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 447 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 447 Bytes

VGG Docs

This repo hosts the docs of VeryGoodGraphics.

This website is built using Docusaurus, a modern static website generator.

Up and running

  • pnpm install Install the depedencies.

  • pnpm start Starts the development server.

  • pnpm build Bundles your website into static files for production.

  • pnpm serve Serves the built website locally.

  • pnpm deploy Publishes the website to GitHub pages.