infigonpack1
v0.0.1
Published
- git v2.13 or greater - nodejs `14 || 16 || 18` - npm v8.16.0 or greater
Downloads
3
Readme
System Requirements
- git v2.13 or greater
- nodejs
14 || 16 || 18
- npm v8.16.0 or greater
All of these must be available in your PATH
. To verify things are set up
properly, you can run this:
git --version
node --version
npm --version
Run Locally
Clone the project
Go to the project directory
Install dependencies
npm install
To build library
npm run build
To start storybook
npm run storybook
To test the library
npm run test