The universal web framework that leaves you the choice of frontend, backend and runtime, in one stack.
MIT
By contributing to Primate, you agree that your contributions will be licensed under its MIT license.
Clone this repo and https://github.com/primate-run/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