How to run it 🤔? 1. First Install all the packages 📦 npm i for npm users yarn for yarn users 2. For Running Storybook 📖 npm run storybook Runs all the storybook components. Open http://localhost:6006 to view it in your browser. 3. For Running the project 💻 npm start Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.