https://github.com/zetavg/one-github-actions-build-test
https://github.com/zetavg/one-github-actions-build-test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zetavg/one-github-actions-build-test
- Owner: zetavg
- Created: 2024-11-21T16:41:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T17:59:10.000Z (6 months ago)
- Last Synced: 2025-03-15T01:38:00.979Z (3 months ago)
- Language: TypeScript
- Size: 351 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# One Project
Welcome to One!
## Developing
Run your One app in development:
```bash
yarn dev
```## Production
To build your app for production:
### Web
```bash
yarn build:web
```### iOS
First, you'll need to generate the native code for your app:
```bash
yarn prebuild:native
```Afterward, follow the instructions printed in the terminal to build and upload your iOS app for distribution.