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