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

https://github.com/pelican-dev/docs

Official landing page for Pelican Panel
https://github.com/pelican-dev/docs

Last synced: 5 months ago
JSON representation

Official landing page for Pelican Panel

Awesome Lists containing this project

README

          

# Pelican Docs
Pelican docs are created with [Docusaurus](https://docusaurus.io).

## Building

To test changes locally install the dependencies and run the server using pnpm.

```shell
pnpm i
pnpm run start
```