git clone git@github.com:coreybruyere/skeleton-ui.git
cd skeleton-ui
In the root of the directory run npm install
.
npm install
Then run npm run boostrap
to install all package dependencies.
npm run bootstrap
From the root directory npm run start
to start developing using Storybook.
npm run start
Skeleton UI uses Lerna and is set up as a monorepo with the primary, core package inside of packages/
.
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.
- Document yalc process