1.0.1 • Published 3 years ago

skedulo-ui v1.0.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

Skedulo UI

Demo (Local)

Run:

yarn storybook

Development

Installation

Run:

yarn bootstrap

Testing

Run:

yarn test

Run with the watch command:

yarn test:watch

Build

Run:

yarn build

Linking between projects

If you need to test your changes to the package in another project, you can do so by first building the package:

yarn build:package

then allow a link to sked-ui by running:

yarn link

within this projects directory.

To use it within another project, navigate to the root folder of that project and run:

yarn link @skedulo/sked-ui

Some potentially helpful commands to run if you are making changes to sked are:

yarn package:watch

and

yarn build:declarations:watch

Contributing

PRs welcome. Please review the CONTRIBUTING.md doc for what is required for any code contributions.

Roadmap

Refer to ROADMAP.md for a planned list of upcoming components.