Skip to content

Ix76y/pluto

Repository files navigation

Pluto

Pluto is a web component library in the making. It uses Svelte for creating the components and Storybook for showcasing them.

Everything inside src/lib is part of the pluto library, everything inside src/routes is used to showcase or preview app.

View the example page with all the components and how to use them here.

Running the examle Page

To check out an example page that uses the components, simply run the following command in the root directory of this project.

npm run dev

Running Storybook

Similar to running the example project the storybook can be run with the following command:

npm run storybook