Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 830 Bytes

README.md

File metadata and controls

59 lines (38 loc) · 830 Bytes

Beemo

A ChatGPT translator.

This project is using Tauri to build a universal application for Windows, Linux, MacOS and iOS.

Getting Started

Prerequisites

  • NodeJS v16+
  • pnpm

Install tauri-cli next branch

cargo install --git https://github.com/tauri-apps/tauri --branch next tauri-cli

Install node modules for the Beemo

cd beemo
pnpm install

Run dev on local

pnpm dev

Run dev on iOS

Init ios project at first time

pnpm tauri ios init

Run dev on iOS (support hot reload)

pnpm tauri ios dev

Open project in Xcode

pnpm tauri ios open

Build iOS ipa

pnpm tauri ios build