https://github.com/collabcodetech/collabhealth
https://github.com/collabcodetech/collabhealth
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/collabcodetech/collabhealth
- Owner: CollabCodeTech
- Created: 2019-08-18T15:53:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:30:57.000Z (about 3 years ago)
- Last Synced: 2025-03-14T23:43:12.474Z (12 months ago)
- Language: HTML
- Size: 1.7 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iniciar projeto localmente
```bash
git clone https://github.com/CollabCodeTech/collabhealth
cd collabhealth
npm i
npm run dev
```
# Iniciar Storybook
```bash
cd collabhealth
npm i
npm run storybook
```