GitHub - openmoq/openmoq.github.io: Website for openmoq.org

The official website for the OpenMOQ Software Consortium - initiated by industry leaders, is focused on advancing MOQ-based technology through high-performance, open-source software. Our mission is to deliver practical software and implementations that enable the next generation of media transport.

Technology Stack

This website is built with modern web technologies:

  • Framework: SvelteKit with Svelte 5
  • Language: TypeScript
  • Styling: CSS with custom components
  • Build Tool: Vite
  • Deployment: Static site generation

Getting Started

Prerequisites

  • Node.js (version 18 or higher)
  • npm, pnpm, or yarn

Installation

  1. Clone the repository:
git clone https://github.com/openmoq/vm-web.git
cd vm-web
  1. Install dependencies:
npm install
# or
pnpm install
# or
yarn install

Development

Start the development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

The site will be available at http://localhost:5173

Building for Production

To create a production build:

Preview the production build:

Learn More