https://github.com/dmotz/cupboard-calc
🥦 Plan your pantry
https://github.com/dmotz/cupboard-calc
covid-19 food svelte
Last synced: 4 months ago
JSON representation
🥦 Plan your pantry
- Host: GitHub
- URL: https://github.com/dmotz/cupboard-calc
- Owner: dmotz
- License: gpl-3.0
- Created: 2020-03-10T14:54:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T19:58:12.000Z (over 4 years ago)
- Last Synced: 2024-10-12T13:17:24.160Z (7 months ago)
- Topics: covid-19, food, svelte
- Language: Svelte
- Homepage: https://oxism.com/cupboard-calc/
- Size: 224 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Cupboard Calculator](https://oxism.com/cupboard-calc/)
## A handy tool for planning your pantry
### Development
If you'd like to fork your own version, sign up for an API key
[here](https://fdc.nal.usda.gov/api-key-signup.html).Place the key in a file at `src/api-key.js` with a default export:
```javascript
export default 'your-key-here'
```To start local development:
```
npm run dev
```To create a minified build:
```
npm run build
```