Source code for https://www.4004.com/, powered by VitePress.
Preview latest build: https://supersodasea.github.io/4004.com/
Install dependencies:
pnpm install
Clean cache:
pnpm run clean
Run type check:
pnpm run types
Build the site:
pnpm run build
The build output is in the src/.vitepress/dist
directory.
Build the site for distribution (run clean, type check, then build):
pnpm run dist
Start local dev server (no need to build, hot reload enabled):
pnpm run dev
Start local preview server (need to build first):
pnpm run preview