Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florian-lefebvre/cardio-risk
https://github.com/florian-lefebvre/cardio-risk
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/florian-lefebvre/cardio-risk
- Owner: florian-lefebvre
- Created: 2023-08-20T13:08:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T14:04:43.000Z (over 1 year ago)
- Last Synced: 2024-10-30T08:36:33.445Z (3 months ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```