@ironfish/ui-kit
v1.1.13
Published
1. Install dependencies: `yarn` 2. Install optional dependencies: `yarn global add nps` 3. See scripts by running `nps` or `./node_modules/.bin/nps`: - `nps dev` - Run Storybook locally - `nps build` - Build Storybook and the TypeScript project for deploy
Downloads
39
Readme
This is a library with customized chakra-ui components.
Getting Started
- Install dependencies:
yarn
- Install optional dependencies:
yarn global add nps
- See scripts by running
nps
or./node_modules/.bin/nps
:nps dev
- Run Storybook locallynps build
- Build Storybook and the TypeScript project for deploymentnps lint
- Core Lintingnps meta
- Build a visualization of the codebasenps test
- Run testsnps care
- Auto-run on commit-hook
Releases
Our releases are based on tags. In order to do a release:
- Update
package.json
version, submit a PR and merge it tomaster
. - Run
git tag -a "vX.Y.Z" -m "[email protected]"
where X.Y.Z is the major.minor.patch version. - Run
git push --tags
Local Development
Running nps dev
will launch storybook server with components examples on http://localhost:5000
where all available component can be tested and configured.