Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renset/gout-diet
Vue powered gout diet table with purine and uric acid levels - currently in the early development stage
https://github.com/renset/gout-diet
diet food gout
Last synced: 18 days ago
JSON representation
Vue powered gout diet table with purine and uric acid levels - currently in the early development stage
- Host: GitHub
- URL: https://github.com/renset/gout-diet
- Owner: Renset
- License: mit
- Created: 2020-10-19T20:48:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T20:03:53.000Z (over 1 year ago)
- Last Synced: 2024-11-12T17:46:36.013Z (about 1 month ago)
- Topics: diet, food, gout
- Language: Vue
- Homepage:
- Size: 284 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Purines Content Table
People with gout and hyperuricemia should control the level of purines in the food to prevent gout attacks and other complications. Even for people without gout and hyperuricemia, the daily recommended limit is 400 mg of purines. The aim of the project is to provide people convenient way to control their diet.
https://gout-table.com
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).