Skip to content

jamdotdev/recording-links-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jam Recording Links Demo

This repo is a collection of examples of how to get started with Jam's Recording Links.

Development

To run the demo apps locally, you can use the following commands:

bun install # install all deps
bun run dev # start all example apps

This will start local development servers for all example apps; you can then open them in your browser at the URLs reported in your terminal.

You can also build and start the example apps in production mode with:

bun run build # build all example apps
bun run start # start all example apps

To run a specific example app, you can cd into its directory, or use:

bun run dev --filter <example-name>

About

Example apps & usage for Recording Links

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published