What This Package Is
This package provides thecreate-elata-demo CLI and the templates behind:
rppg-web-demoeeg-web-demoeeg-web-ble-demo
rppgeegeeg-ble
When To Use It
Use this package when you want:- the fastest path to a working Elata app
- a reference project that matches the published package surface
- a known-good baseline before integrating packages into an existing app
Install And Invocation
This package is usually invoked without installing it permanently:Requirements
- Node.js
>= 18
Template Listing
Recommended Usage
--template, it prompts you to pick
a template. In non-interactive runs, it still falls back to rppg-web-demo.
What You Get
Each generated app includes:- a minimal Vite + React app shell
- Elata packages pinned to a compatible set of versions
- a template-specific
README.md - a buildable project you can use as a comparison baseline later
Workspace Caveat
If you scaffold a new app inside anotherpnpm workspace and that app is not
added to the workspace globs, run this from the parent directory:
npm install and npm run dev inside the generated app.
Repo Verification
The package is tested from the repo with:Related Docs
- Fastest onboarding page: Quickstart
- First end-to-end tutorial: Build Your First Elata App
- Package choice help: Package Selection