Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ Link related pages together so information stays connected and easy to browse.
This repository only provides a skeleton. See [TEMPLATE.md](TEMPLATE.md) for folder descriptions and usage instructions.

## Installation
This project requires **Node.js 20 or newer**.
Use the `.nvmrc` file to switch versions if you manage Node with `nvm`.

- `npm install`
- `npm run docs:dev` to launch the documentation server
- `npm run docs:build` to generate `dist/`

Once dependencies are installed, run `npm test` to execute the tests. No demo scripts are shipped: nothing runs until the agent acts.
Once dependencies are installed, run `npm test` to execute the tests. Nothing happens automatically until the agent acts.

## Configuration
Adjust environment variables or package scripts directly when customizing the
Expand Down
Loading