Skip to content

justinmoon/moq-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MoQ Demo Gallery

This folder hosts runnable demos that pair with the sibling moq repository. Use the demo/Justfile to spin up the relay and launch individual experiences.

Quick start

# Terminal 1: run the relay
just -f demo/Justfile relay

# Terminal 2: start the map coordinates demo
just -f demo/Justfile map-coordinates

Run just -f demo/Justfile gallery to list every available demo or just -f demo/Justfile demo <name> to execute one directly. Each demo directory contains its own README.md with feature highlights and options.

Adding more demos

Drop a new folder under demo/demos/<your-demo> with a Justfile that exposes at least install and demo recipes. The top-level helpers will detect it automatically, so just -f demo/Justfile gallery and just -f demo/Justfile demo <your-demo> begin working with no further wiring.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages