Update README.md (#142)
All checks were successful
Backend Build and Test / build (push) Successful in 3m22s
Backend Deploy / build (push) Successful in 15s

Reviewed-on: #142
This commit is contained in:
Huffle 2025-06-26 09:12:49 +02:00
parent ecd43906ce
commit cdbac17215

View File

@ -15,8 +15,14 @@ In order to run the frontend, go to the `allowance-planner-v2` directory in the
$ ionic serve $ ionic serve
``` ```
## Running frontend
In order to build the frontend for android, go to the `allowance-planner-v2` directory in the `frontend` directory and run:
```bash
$ ionic capacitor build android
```
## Backend links ## Backend links
In order to run the frontend, go to the `allowance-planner-v2` directory in the `frontend` directory and run:
```bash ```bash
Main: https://allowanceplanner.seeseepuff.be/api Main: https://allowanceplanner.seeseepuff.be/api