This is the source code for the official documentation of lychee, a fast, async link checker.
# Clone the repository
git clone https://github.com/lycheeverse/lycheeverse.github.io.git# Install dependencies
pnpm install# Start local dev server
pnpm devWe welcome contributions! Here's how to help:
Found a problem? Check if it's already been reported in our issues. If not, create a new issue.
- Fork the repository
- Create a feature branch
- Make your changes (fix typos, broken links, etc.)
- Submit a pull request
├── src/
│ ├── assets/ # Images and static files
│ └── content/ # Documentation pages (Markdown/MDX)
├── astro.config.mjs # Astro configuration
└── package.json