Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

marcellejs/demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demos have moved!

Marcelle demos are now part of Marcelle's main monorepo at marcellejs/marcelle. This repository is no longer maintained.

Marcelle Demos

A few demo applications of Marcelle.

Running a single demo

From the demo's directory:

npm install # or yarn
npm run dev # or yarn dev

Building all demos

From the root:

yarn
yarn build

✍️ Authors