1.0.1 • Published 4 years ago
skedulo-ui v1.0.1
Skedulo UI
Demo (Local)
Run:
yarn storybook
Development
Installation
Run:
yarn bootstrapTesting
Run:
yarn testRun with the watch command:
yarn test:watch
Build
Run:
yarn buildLinking 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:packagethen allow a link to sked-ui by running:
yarn linkwithin this projects directory.
To use it within another project, navigate to the root folder of that project and run:
yarn link @skedulo/sked-uiSome potentially helpful commands to run if you are making changes to sked are:
yarn package:watchand
yarn build:declarations:watchContributing
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.