Development Setup
Recommended IDE
- Visual Studio Code - Recommended IDE as the workspace is pre-configured with all necessary settings and extensions.
Required Dependencies
- Install Golang SDK
- Install Flutter
- Install Nodejs and pnpm
- Install uv
Platform Specific Dependencies
Windows
- Install MinGW-w64 (provides
mingw64) so the Windows native notifier can be compiled when runninggo build.
macOS
- Install create-dmg
Getting Started
Run the following command to setup the development environment:
bash
make dev