pebloop-system
v0.0.1
Published
My own design system for svelte, inspired by Material Design 2 and 3.
Downloads
4
Readme
Pebloop system
My own design system for svelte, inspired by Material Design 2 and 3.
Developing
Install dependencies with npm install.
Start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openRun storybook
Run storybook to see and test the components:
npm run storybookBuilding
To build the library:
npm run packageTo create a production version of the showcase app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.
Publishing
To publish your library to npm:
npm publish