Personal website built with Docusaurus.
Start a local development server with live reload.
npx docusaurus start
Generate static content in the build
directory.
npx docusaurus build
Serve built website locally.
npx docusaurus serve
Clear a website's generated assets, caches and build artifacts.
npx docusaurus clear
Perform a code typecheck.
npx tsc