An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Documentation


This is the source code for the official documentation page of [lychee].

[![Check Links](https://github.com/lycheeverse/lycheeverse.github.io/actions/workflows/links.yml/badge.svg)](https://github.com/lycheeverse/lycheeverse.github.io/actions/workflows/links.yml)
[![Check code quality](https://github.com/lycheeverse/lycheeverse.github.io/actions/workflows/pull_request.yml/badge.svg)](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

[![Built with Starlight](https://astro.badg.es/v2/built-with-starlight/tiny.svg)](https://starlight.astro.build)