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
- Host: GitHub
- URL: https://github.com/pelican-dev/docs
- Owner: pelican-dev
- Created: 2024-03-23T23:37:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-14T16:45:24.000Z (5 months ago)
- Last Synced: 2026-01-14T19:05:40.594Z (5 months ago)
- Language: MDX
- Homepage: https://pelican.dev
- Size: 24.3 MB
- Stars: 37
- Watchers: 4
- Forks: 54
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```