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-app
Compile the project
Section titled “Compile the project”To start the development server:
npm run dev
For production builds run:
npm run build
Add a module
Section titled “Add a module”To add a DomusJS module:
npm install @domusjs/auth
yarn add @domusjs/auth
pnpm add @domusjs/auth