This repo is a "mono-repo" based on pnpm workspaces for managing the packages.
Each package has its own folder and README in the /packages
directory. All package bundles are handled with the same command: pnpm package
Package | Version | Demos | Changelog |
---|---|---|---|
@sveltinio/essentials | View | Changelog | |
@sveltinio/media-content | View | Changelog | |
@sveltinio/seo | View | Changelog | |
@sveltinio/services | View | Changelog | |
@sveltinio/widgets | View | Changelog |
Clone the repos and install all the dependencies:
git clone https://github.com/sveltinio/components-library.git
cd components-library
pnpm install
Run the demos:
pnpm dev # or pnpm turbo run dev
Clone the repos and install all the dependencies:
git clone https://github.com/sveltinio/components-library.git
cd components-library
pnpm install
Run the tests:
pnpm test:packages
pnpm plop
pnpm build:packages
pnpm build:sites
Free and open-source software under the MIT License