The site is built with SvelteKit, UnoCSS, and Remark/Rehype/Unified.
# Install dependencies
$ pnpm install
# Start dev server
$ pnpm dev
# Build production site
$ pnpm build
# Preview production site
$ pnpm preview
# Format code with Prettier
$ pnpm format
See LICENSE for details.