mirror of
https://gitlab.com/vodly-app/docs.git
synced 2026-05-18 07:00:55 +02:00
No description
- TypeScript 57%
- CSS 43%
|
|
||
|---|---|---|
| .vitepress | ||
| docs | ||
| public | ||
| .gitignore | ||
| bun.lock | ||
| index.md | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
Vodly
This is the repository for the Vodly website and documentation.
The site is built with VitePress and Bun.
Contributing
Setup
-
Install dependencies:
bun install -
Run the dev server:
bun run devVitePress will serve the site locally with hot reload. Edits to markdown or config files show up immediately.
Structure
Markdown files in the project root make up the landing page. Files under docs/ make up the documentation. Site settings live in .vitepress/config.mts.
Deployment
The site is deployed to Cloudflare Pages. Pushes to the default branch deploy to production at vodly.app; pushes to any other branch (including merge requests) get a preview URL automatically.