Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mallaxy/meal-crafter
Handy helper for meal preparation!
https://github.com/mallaxy/meal-crafter
Last synced: 26 days ago
JSON representation
Handy helper for meal preparation!
- Host: GitHub
- URL: https://github.com/mallaxy/meal-crafter
- Owner: Mallaxy
- Created: 2023-09-14T19:07:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-13T16:35:22.000Z (about 1 year ago)
- Last Synced: 2023-10-15T06:11:51.311Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://master--silly-fairy-5ca258.netlify.app
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Life Tracker
Kitchen helper.
## Setup Guide for frontend
0 - `git clone [email protected]:Mallaxy/life-tracker.git life-tracker` Clone project
1 - `npm install pnpm -g` If you don't have PNPM
2 - `cd ./life-tracker/apps/frontend && pnpm install` Install project packages
3 - `pnpm prepare ` Install pre-commit
4 - `pnpm dev ` Start the project## Environment variables
For accessing DB you need setup .env file. To get it contact administrator [email protected]
## Notes
To fast create a component you can. **Don't forget to add it into commit**
- `pnpm generate `