infigonpack1
v0.0.1
Published
- git v2.13 or greater - nodejs `14 || 16 || 18` - npm v8.16.0 or greater
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 --versionRun Locally
Clone the project
Go to the project directory
Install dependencies
npm installTo build library
npm run buildTo start storybook
npm run storybookTo test the library
npm run test 