Install JoripSpace CLI from npm
Node.js 18 or later and npm are required. The same package works on Windows, macOS, and Linux.
Run without installing
npx -y @joripspace/cli@latest start PROJECT --jsonInstall or update globally
npm install -g @joripspace/cli@latestReplace PROJECT with your JoripSpace project name. You can keep using npx without a global installation.