Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 543 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 543 Bytes

Website

Personal website built with Docusaurus.

Development

start

Start a local development server with live reload.

npx docusaurus start

build

Generate static content in the build directory.

npx docusaurus build

serve

Serve built website locally.

npx docusaurus serve

clear

Clear a website's generated assets, caches and build artifacts.

npx docusaurus clear

tsc

Perform a code typecheck.

npx tsc