This Turborepo includes the following packages and apps:
- docs: Sveleton placeholder documentation site
- rename-core: core components
- rename-tsconfig: shared- tsconfig.jsons used throughout the monorepo
- eslint-preset-rename: ESLint preset (coming soon)
Each package and app is 100% Typescript.
This turborepo has some additional tools already setup for you:
- Typescript for static type checking
- ESLint for code linting
- Prettier for code formatting
Run the following command:
npx create-turbosvelte app-nameThe NPM organization scope for this design system starter is @rename. To change this, it's a bit manual at the moment, but you'll need to do the following:
- Rename folders in packages/*to replacerenamewith your desired scope
- Search and replace renamewith your desired scope
- Re-run npm install
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.