Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/florian-lefebvre/cardio-risk


https://github.com/florian-lefebvre/cardio-risk

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# cardio-risk

## Prerequisites

- Node >= v16.20.1
- Git
- PNPM (using Corepack)

## Development

```
pnpm i
pnpm dev
```

## Using git

### Retrieving new code

```
git pull
pnpm i
```

### Pushing new code

```
git add .
git commit -m ""
git push
```