0.0.1 • Published 6 months ago

pebloop-system v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

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 -- --open

Run storybook

Run storybook to see and test the components:

npm run storybook

Building

To build the library:

npm run package

To create a production version of the showcase app:

npm run build

You 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
0.0.1

6 months ago