Monorepo for WeVis design system documentation and cross-framework UI components
Monorepo is managed by Turborepo
/docs
: Documentation site with Vuepress/packages
/typography
: Fonts and CSS with font-family definition/ui
: Cross-library components with Mitosis (build to Vue, Svelte and React) and CSS stylesheets for components and typography system with TailwindCSS
Run development server, enable re-compile and hot-reload on changes
npm run dev
Build packages and documentation site
npm run build