Skip to content

christianjuth/blorp

Repository files navigation

One Project

Welcome to One!

Developing

Run your One app in development:

yarn dev

Production

To build your app for production:

Web

yarn build:web

iOS

First, you'll need to generate the native code for your app:

yarn prebuild:native

Afterward, follow the instructions printed in the terminal to build and upload your iOS app for distribution.

Releases

No releases published

Packages

No packages published