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 install
npm 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 primo
cd primo
npm install
npm 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 build
npm run make
for Mac (binary atout/primo-darwin-x64/primo.app
)npm run make-windows
for Windows (binary atprimo-win32-x64/primo.exe
)