Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Used for Maximo asset monitor device library search

NotificationsYou must be signed in to change notification settings

ibm-watson-iot/maximo-asset-monitor-device-library-search

Repository files navigation

Note

Prerequisites

  • Node.js - the required version is specified in the.nvmrc
    • If you're on macOS or using WSL on Windows, we recommend usingnvm as your version manager for Node.
  • Git
  • if you don't have yarn on your MAC Machine then runbrew install yarn

You'll also need a code editor to make changes. There are many to choose from but we suggest to useVSCode.

Install dependencies

# install the dependenciesyarn install

Build and start the development server

# run the serveryarn start

Openhttp://localhost:3000 with your browser to see the result.

Adding a dependency

# To add dependencies to the projectyarn add<packageName>

Do not usenpm install.

Storybook

Start the storybook

# run the storybookyarn storybook

Openhttp://localhost:6006 with your browser to see the result.

Build the storybook

# Build the storybook which generate storybook-static folderyarn build-storybook

Deploy the storybook to git hub page

  • Once we havestorybook-static folder we can publish the storybook to github pages by running below script
  • This script will push the content of storybook-static folder into thegh-pages branch of the git repo.
  • Git repo details need to be added inhomepage properties ofpackage.json file
yarn deploy-storybook

Releases

No releases published

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp