meowtec/Imagine

How do I build/compile this project into releases?

rpelletierrefocus opened this issue · 2 comments

Any pointers are appreciated.

Step 1: Install Node.js (>=8.0)
Step 2: Clone and install npm dependencies
Step 3: Build

npm run build
npx electron-builder --win # `--win` build for windows. or `-m` (for macOS), `-l` (for Linux)

Thank and sorry, I should have and did figure that out myself. Just learning here. I appreciate your patience.