Skip to content

Personal website. ☕

Notifications You must be signed in to change notification settings

jcp/jcp.github.io

Repository files navigation

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