A monorepo with two packages, one is a component repository with just one component being exported using Mitosis. The other package is an Astro application importing a React and a Svelte component generated by Mitosis.
Just run at root
npm install
Contains Astro app
To get development environment up, just run
cd packages/app-astro
npm run dev
You must have an exported component on @ninetails-cuddly-robot/components
Just made a Hello World component inside src/MyComponent.lite.tsx
copied from Mitosis website.
To export a component, just run
cd packages/components
npm exec mitosis build
MIT