Skip to main content

Installation

Occupation-Ops is intentionally lightweight.

Requirements

  • Node.js 18 or later
  • npm
  • a local clone of the repository

Install dependencies

npm install

Verify the environment

npm run doctor

This checks the repo command surface and helps catch local setup problems before generating outputs.

Test the repo

npm test

Use this before opening a pull request or after changing scripts, rubrics, or output rendering.