An open API service indexing awesome lists of open source software.

https://github.com/collabcodetech/collabhealth


https://github.com/collabcodetech/collabhealth

Last synced: 22 days ago
JSON representation

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
```