Personal website built with Docusaurus.
Start a local development server with live reload.
npx docusaurus startGenerate static content in the build directory.
npx docusaurus buildServe built website locally.
npx docusaurus serveClear a website's generated assets, caches and build artifacts.
npx docusaurus clearPerform a code typecheck.
npx tsc