πŸ’» Commands

πŸ’» Commands

You must first setup your environment variables as explained in the development section.

Web

To run the web version, your workflow will look like bun api alongside bun web.

Or use the shorthand bun dev to run both at the same time.

Native

For native development, you must first run bun ios or bun android to create a development build before bun native will work.

The native environment depends on the web environment, so you must have the web environment running before you can run the native environment.

So to run correctly the native environment you must run bun dev alongside bun native.