README
WorldVision Storybook Project
Local project setup
To set up your local environment and begin developing for this project:
- Clone the repository
- Install npm
- Run
npm i
in the root folder - Run
npm run storybook
in the root folder - Open http://localhost:9001 in your browser
To deploy the updated storybook on Github pages:
- Run
npm run deploy-storybook
in the root folder - Open https://wvidigital.github.io/WVUnited-React-UI-Components