fort but on mac.. need i say less
This is an Electron-based macOS application that embeds fort.ind (i promise it's not gonna be a Electron app forever ok?)
- Node.js 16 or higher
- npm (comes with Node.js)
npm installnpm startBuild for current architecture:
npm run buildBuild for Apple Silicon (ARM64):
npm run build:arm64Build for Intel (x64):
npm run build:x64The built application will be available in the dist folder.
- Native macOS application using Electron
- Native window controls
- macOS-optimized UI
- Loading indicator
- Error handling for network issues