Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 378 Bytes

File metadata and controls

26 lines (18 loc) · 378 Bytes

Faces AI - Mac Build

Build Instructions

  1. Install dependencies:
npm install
  1. Build the app:
npm run package
  1. The built app will be in builds/mac-arm64/ (Apple Silicon) or builds/mac/ (Intel).

Running in Development

npm run dev

Notes

  • Make sure you have Node.js 18+ installed
  • The app icon is in build/icon.png