Installation Guide
Prerequisites
Section titled “Prerequisites”Make sure you have the following installed:
- Node.js v18 or higher
- npm, pnpm or your favorite package manager
Quick Start
Section titled “Quick Start”Start a new project with the DomusJS CLI:
npx @domusjs/create-appCompile the project
Section titled “Compile the project”To start the development server:
npm run devFor production builds run:
npm run buildAdd a module
Section titled “Add a module”To add a DomusJS module:
npm install @domusjs/authyarn add @domusjs/authpnpm add @domusjs/auth