@dormakaba/taibika-visual
v8.5.3
Published
taibika prensentational react components
Maintainers
Keywords
Readme

❯ Table of Contents
❯ Getting Started
Step 1: Set up the Development Environment
You need to set up your development environment before you can do anything.
Install Node.js and NPM
- on OSX use homebrew
brew install node - on Windows use chocolatey
choco install nodejs
Step 2: Install dependencies
- Install all dependencies with
npm.
npm installStep 3: Start Storybook on your local machine
Start storybook on your local machine including live reload.
npm run storybook
❯ Commands
| Command | Description |
| ------------------- | -------------------------------- |
| npm run storybook | Run storybook on local machine |
| npm run test | Run eslint |
| npm run build | Build storybook static files |
