https://github.com/exitare/storytime
https://github.com/exitare/storytime
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/exitare/storytime
- Owner: Exitare
- Created: 2024-03-29T19:42:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T20:35:27.000Z (almost 2 years ago)
- Last Synced: 2025-08-07T06:02:07.723Z (12 months ago)
- Language: TypeScript
- Size: 11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paramithi
## How to deploy/open the app in Xcode
1. Skip to step 2 if already added.
run `npx cap add ios` to add an iOS project
2. Run `ionic build` to build the app
2. Run `npx cap sync` to copy projects to iOS and android project
3. Run `npx cap open ios` to open the app in Xcode
or
```ionic cap sync```
## How to deploy/open the app in Android Studio
```npx cap run android```
## Build icon
npx @capacitor/assets generate --assetPath src/assets/
# Android
Android Manifest:
```android/app/src/main/AndroidManifest.xml```
# iOS
Info.plist:
```ios/App/App/Info.plist```
Privacy settings:
```ios/App/App/PrivacyInfo.plist```
## Libraries
### Preferences
https://capacitorjs.com/docs/apis/preferences