This is the source for the official documentation of lychee, a fast, async link checker.
Requires Node.js (v18+) and pnpm.
git clone https://github.com/lycheeverse/lycheeverse.github.io.git
cd lycheeverse.github.io
pnpm install
pnpm devHere are some helpful commands:
pnpm build: production buildpnpm preview: serve the buildpnpm lintandpnpm format: check and fix formatting and lintingmake watchorpnpm dev: watch for changes and rebuild
Documentation lives in src/content/ as Markdown/MDX. To contribute, fork the repo, make your changes on a branch, and open a pull request. For problems, open an issue.
Before opening a pull request, run pnpm precommit to check formatting and linting.