0.0.14 • Published 5 years ago
@luxuryescapes/ui v0.0.14
Luxury Escapes UI
A UI library that implements the artefacts available in the design system’s Sketch file.
Running storybook
If on first install:
$ yarn install
Then:
$ yarn run storybook
Then browse to http://localhost:6006.
Development
Local compoenents development should be done by running storybook.
For development in tandem with applications:
- Run $ yarn linkfrom within this repo.
- Run $ yarn link @luxuryescapes/uifrom within the repo that’s sourcing this library.
- Whatever modifications that are made in here are commited.
- Bump the version in package.json, then runyarn installagain so the lock file gets updated. Commit both along with the pull request containing the changes.
- Once merged, run npm publishso the new version is pushed to wherever it’s hosted.