Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitalegi/health
My health tracker
https://github.com/vitalegi/health
Last synced: 1 day ago
JSON representation
My health tracker
- Host: GitHub
- URL: https://github.com/vitalegi/health
- Owner: vitalegi
- Created: 2023-05-01T17:01:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-29T08:43:37.000Z (16 days ago)
- Last Synced: 2024-10-29T09:56:40.514Z (16 days ago)
- Language: TypeScript
- Homepage: https://health-vitalegi.netlify.app/
- Size: 9.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
[![Netlify Status](https://api.netlify.com/api/v1/badges/41f2dbb5-eae2-424d-9ae5-75e7a4006d2e/deploy-status)](https://app.netlify.com/sites/health-vitalegi/deploys) ![GitHub package.json dependency version (dev dep on branch)](https://img.shields.io/github/package-json/dependency-version/vitalegi/health/dev/vitepress)
## Install
```bash
yarn
```## Dev server
```bash
yarn docs:dev
```Site will be available at
## Build
```bash
yarn docs:build
```Build will be available in `.vitepress\dist`