When cooking for multiple days and/or people, it's often hard to split used ingredients for each portion, especially when portions are not the same size. This app makes it fast.
The main goal of this repository is to learn how to create and publish an iOS/Android app.
- Vue 3 + TypeScript
- Pinia (persisted to localStorage — no backend)
- vue-i18n
- SCSS
- Vite
- Docker (dev environment)
- Docker and Docker Compose
-
Copy the environment file:
cp .env.example .env
Adjust
USER_UIDandUSER_GIDto match your local user if needed (id -u/id -g). -
Start the dev server:
make dev
-
Open http://localhost:80 in your browser.
This project is licensed under the GNU General Public License v3.0 — see the LICENSE file for details.