Files
Archivox/docs/content/getting-started/01-install.md
2025-07-10 12:02:39 -04:00

12 lines
224 B
Markdown

# Install DocForge
1. Clone or download this repository.
2. Run `npm install` to install dependencies.
3. Start the local development server:
```bash
npm run dev
```
The site will be available at `http://localhost:8080`.