0.0.1 • Published 4 years ago

svelte-uikit v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

svelte-uikit

Quickstart

Clone the repo. Open the directory in your terminal and run:

npm install

After the dependencies are installed, run:

npm start

The application will be compiled and the development server will start at https://localhost:6006.

How to Build the Docs

The following command will compiler the StoryBook application to docs directory.

npm storybook:build

You may serve the built content with the following command:

npm storybook:serve