git clone https://github.com/opeolluwa/almonds.git
cd almonds
cp .env.example .env
just configurejust configure installs Cargo tools (cargo-watch, cargo-sort, cargo-group-imports, sea-orm-cli, seaography-cli) and creates the local database file.
Before building or running locally, install the required system libraries:
sudo apt update
sudo apt install -y \
libwebkit2gtk-4.1-dev \
libappindicator3-dev \
librsvg2-dev \
patchelf \
libasound2-devjust watch almond # frontend + Tauri (recommended)
just watch frontend # Nuxt dev server only
just watch tauri # Tauri desktop only
just watch kernel # watch the kernel cratejust android init # initialize Android project
just android watch # run on device/emulator