packages/starter/template/README.md
This is a mono-repo for Mitosis libraries. It contains a few workspaces to get you started.
cd library
npm run start
cd library/packages/qwik
npm run build:watch
cd test-apps/qwik
npm run dev
If you want to add more outputs, or configure Mitosis in any way, you will need to update the mitosis.config.js file in the root of your project.
Check our configuration docs for how to setup the Mitosis config file.