https://github.com/lycheeverse/lycheeverse.github.io
Official lychee documentation
https://github.com/lycheeverse/lycheeverse.github.io
lychee
Last synced: 12 months ago
JSON representation
Official lychee documentation
- Host: GitHub
- URL: https://github.com/lycheeverse/lycheeverse.github.io
- Owner: lycheeverse
- Created: 2022-08-13T22:36:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-09T17:50:09.000Z (about 1 year ago)
- Last Synced: 2025-06-09T15:09:01.875Z (about 1 year ago)
- Topics: lychee
- Language: MDX
- Homepage: http://lychee.cli.rs
- Size: 1.81 MB
- Stars: 4
- Watchers: 3
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

# Documentation
This is the source code for the official documentation page of [lychee].
[](https://github.com/lycheeverse/lycheeverse.github.io/actions/workflows/links.yml)
[](https://github.com/lycheeverse/lycheeverse.github.io/actions/workflows/pull_request.yml)
## Development
First, install the dependencies
```shell
npm i
npm -g install astro@4
```
Then you can run
```shell
astro dev
```
or
```shell
npm run dev
```
and hack away. Contributions most welcome. 😊
[lychee]: https://github.com/lycheeverse/lychee
[](https://starlight.astro.build)