0.0.1 • Published 6 years ago
svelte-uikit v0.0.1
svelte-uikit
Quickstart
Clone the repo. Open the directory in your terminal and run:
npm installAfter the dependencies are installed, run:
npm startThe 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:buildYou may serve the built content with the following command:
npm storybook:serve0.0.1
6 years ago