Skip to content

Files

Latest commit

Oct 11, 2024
92edf11 · Oct 11, 2024

History

History
38 lines (24 loc) · 469 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 469 Bytes

One Photos Project

Welcome to One Photos!

Setup

yarn install

Developing

You can now 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.