Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 919 Bytes

CONTRIBUTING.md

File metadata and controls

46 lines (28 loc) · 919 Bytes

Contributing

Clone

git clone git@github.com:coreybruyere/skeleton-ui.git
cd skeleton-ui

Install

In the root of the directory run npm install.

npm install

Then run npm run boostrap to install all package dependencies.

npm run bootstrap

Develop

From the root directory npm run start to start developing using Storybook.

npm run start

Project structure

Skeleton UI uses Lerna and is set up as a monorepo with the primary, core package inside of packages/.

Local development

Skeleton UI uses Storybook for developing and testing UI components in isolation locally. To start developing with Storybook run npm run start from the root of the directory.

To-do:

  • Document yalc process