An open API service indexing awesome lists of open source software.

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

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.