Skip to content

Latest commit

 

History

History

app

Harbor App

Companion app for Harbor.

Development

This project uses bun package manager.

Tauri System Dependencies

This project uses Tauri and requires the following system dependencies:

  1. System Dependencies
  2. Rust

Recommended IDE Setup

Start the development server

# Change to the app directory
cd ./app

# Install dependencies
bun install

# Run the app in development mode
bun tauri dev

Build

# For the current targets
bun tauri build