https://github.com/collabcodetech/collabhealth
https://github.com/collabcodetech/collabhealth
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/collabcodetech/collabhealth
- Owner: CollabCodeTech
- Created: 2019-08-18T15:53:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:30:57.000Z (over 2 years ago)
- Last Synced: 2025-01-21T16:14:36.516Z (5 months ago)
- Language: HTML
- Size: 1.7 MB
- Stars: 3
- Watchers: 4
- 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
```