Skip to content

verygoodgraphics/vgg_docs

Repository files navigation

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.