Run primo on your Desktop
All your sites get saved as .json files. You can set the directory they get saved to from within the app.
npm installnpm run start
Running this repo locally will let you modify the electron wrapper around Primo, but not the editor itself. To do that, you'll need to:
- Clone
cd primonpm installnpm link- From
primo-desktop, runnpm link @primo-app/primo npm run start
This will make it so changes in either directory will be registered by vite.
npm run buildnpm run makefor Mac (binary atout/primo-darwin-x64/primo.app)npm run make-windowsfor Windows (binary atprimo-win32-x64/primo.exe)