Introducing dark mode, deriving apps in bottom bar from db

This commit is contained in:
metacryst
2026-02-13 20:25:46 -06:00
parent 4432acfea5
commit f02f181058
10 changed files with 248 additions and 61 deletions

View File

@@ -1,29 +1,26 @@
## Created with Capacitor Create App
### Run Web App
This app was created using [`@capacitor/create-app`](https://github.com/ionic-team/create-capacitor-app),
and comes with a very minimal shell for building an app.
```npm run start```
### Running this example
### Build and Run iOS App
To run the provided example, you can use `npm start` command.
```bash
npm start
```
### Background Color
In src/manifest.json, "#31d53d" refers to the green color which is visible in the background in the web version. This is not visible in the built version.
### Running iOS
https://capacitorjs.com/docs/ios#adding-the-ios-platform
To Install:
npm install @capacitor/ios
npx cap add ios
To Open XCode:
npx cap open ios
To Rerun:
npm run build && npx cap copy ios
### Note
You need to be in mobile mode in order for the app to work, in the top right corner of dev tools.
### Architecture
In Development, API routes are routed using the vite.config.js.
### Notes
Background Color:
In src/manifest.json, "#31d53d" refers to the green color which is visible in the background in the web version. This is not visible in the built version.