https://github.com/plexusorg/docs
The source code for the Plex website
https://github.com/plexusorg/docs
astro markdown starlight
Last synced: 2 months ago
JSON representation
The source code for the Plex website
- Host: GitHub
- URL: https://github.com/plexusorg/docs
- Owner: plexusorg
- Created: 2025-03-22T23:33:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-02-14T05:39:29.000Z (4 months ago)
- Last Synced: 2026-02-14T13:46:35.424Z (4 months ago)
- Topics: astro, markdown, starlight
- Language: MDX
- Homepage: https://plex.us.org
- Size: 2.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plex Documentation
[](https://starlight.astro.build)
The website and documentation for Plex
## Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
|:-----------------------|:-------------------------------------------------|
| `pnpm install` | Installs dependencies |
| `pnpm dev` | Starts local dev server at `localhost:4321` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |
| `pnpm astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm astro -- --help` | Get help using the Astro CLI |