Development monorepo for Kiru.
Kiru is a lightweight rendering library that aims to provide a familiar development experience for those with HTML and Javascript experience.
.github- Contains workflows used by GitHub Actions.
assets- Contains Kiru brand assets.
e2e- Contains end-to-end test suite.
packages- Contains the individual packages managed in the monorepo.
- kiru
- vite-plugin-kiru
- devtools-host
- devtools-client
sandbox- Contains example applications and random tidbits.
- Use
make buildto recursively run the build script in each package - Use
make devto recursively run the dev script in each package - Use
make testto recursively run the test script in each package