- Notifications
You must be signed in to change notification settings - Fork0
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
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- Add or update a file in the
/src/devices/
folder with the specific version number. You can generate the export file usingexport_devices_csv.py management command. - Add a link to the newly added file in
src/constants/globalContants.js
- Push the code changes to github. This repositary auto deploys the storybook changes into
https://ibm-watson-iot.github.io/maximo-asset-monitor-device-library-search
- Node.js - the required version is specified in the
.nvmrc
- If you're on macOS or using WSL on Windows, we recommend using
nvm
as your version manager for Node.
- If you're on macOS or using WSL on Windows, we recommend using
- Git
- if you don't have yarn on your MAC Machine then run
brew install yarn
You'll also need a code editor to make changes. There are many to choose from but we suggest to useVSCode.
# install the dependenciesyarn install
# run the serveryarn start
Openhttp://localhost:3000 with your browser to see the result.
# To add dependencies to the projectyarn add<packageName>
Do not usenpm install
.
# run the storybookyarn storybook
Openhttp://localhost:6006 with your browser to see the result.
# Build the storybook which generate storybook-static folderyarn build-storybook
- 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
About
Used for Maximo asset monitor device library search
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.