Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 589 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 589 Bytes

🤲 AbegHelp 🤲

"Abeg, a man of many talents and skills. He is the best in all things."



Find the backend repo here: here


Local development

Install application dependencies

npm install

Run Husky

npm run prepare

Start a local copy of the app on port 3000

npm run dev

Storybook

The Storybook for this project can be started and viewed locally on port 6006

npm run storybook