A "framework" for writing web OSes into your HTML powered by Lit, including React support
This is a monorepo containing docs written in Astro and its source components handled by Vite, written in both Lit and React.
docs
- Documentation sitepackages
@auburn-core
: The core package@auburn-react
: React version based from@auburn-core
Prerequisites:
- Node.js version 21 or higher
- PNPM package manager
Install dependencies with pnpm install
:
pnpm install
Run the dev:docs
command that is aliased from docs
pnpm run dev:docs
Apache-2.0