Click on the tool badge for more info. If you're missing anything, feel free to open an issue detailing your use case and what tool you would like to see supported.
MIT
By contributing to Primate, you agree that your contributions will be licensed under its MIT license.
Clone this repo and https://github.com/primatejs/app in the same location,
and switch to the dev
branch in the app repo. Then, in the app repo, run
npm run node
for Node in development modenpm run node:prod
for Node in production modenpm run deno
for Deno in development modenpm run deno:prod
for Deno in production modenpm run bun
for Bun in development modenpm run bun:prod
for Bun in production modenpm run bun:compile
for compiling desktop app with Bun