From 7a3dabc9aa8f6417935787cafd554a6ce06e23fd Mon Sep 17 00:00:00 2001 From: Eric Lewellen Date: Tue, 13 Jan 2026 17:47:57 -0600 Subject: [PATCH] adding readme --- readme.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..56ad8eb --- /dev/null +++ b/readme.md @@ -0,0 +1,26 @@ +## Created with Capacitor Create 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. + +### Running this example + +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 + +npm install @capacitor/ios +npx cap add ios +npx cap open ios + +To Rerun: +npm run build && npx cap copy ios