https://github.com/florian-lefebvre/cardio-risk
https://github.com/florian-lefebvre/cardio-risk
Last synced: 21 days 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: 2025-02-10T03:14:20.358Z (2 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
```