No description
  • TypeScript 57%
  • CSS 43%
Find a file
Flippi d788bc7442 Merge branch 'chore/drop-gitlab-pages' into 'main'
ci: drop GitLab Pages in favor of Cloudflare Pages

See merge request vodly-app/docs!2
2026-05-11 18:37:28 +02:00
.vitepress ci: drop GitLab Pages in favor of Cloudflare Pages 2026-05-11 18:30:01 +02:00
docs feat: initialize VitePress documentation site with basic configuration 2026-05-11 17:23:55 +02:00
public feat: initialize VitePress documentation site with basic configuration 2026-05-11 17:23:55 +02:00
.gitignore feat: initialize VitePress documentation site with basic configuration 2026-05-11 17:23:55 +02:00
bun.lock feat: initialize VitePress documentation site with basic configuration 2026-05-11 17:23:55 +02:00
index.md feat: initialize VitePress documentation site with basic configuration 2026-05-11 17:23:55 +02:00
LICENSE chore: add GNU AGPLv3 license file 2026-05-11 17:21:12 +02:00
package.json feat: initialize VitePress documentation site with basic configuration 2026-05-11 17:23:55 +02:00
README.md ci: drop GitLab Pages in favor of Cloudflare Pages 2026-05-11 18:30:01 +02:00

Vodly

Vodly

This is the repository for the Vodly website and documentation.

The site is built with VitePress and Bun.

Contributing

Setup

  1. Install dependencies:

    bun install
    
  2. Run the dev server:

    bun run dev
    

    VitePress 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.