Files
Archivox/docs/content/01-getting-started/01-install.md
2025-07-10 16:00:03 -04:00

12 lines
354 B
Markdown

# Install Archivox
1. Clone or download this repository, or run `npx create-archivox my-docs --install` to generate a starter project automatically.
2. Inside the project directory run `npm install` to fetch dependencies.
3. Start the local development server:
```bash
npm run dev
```
Open `http://localhost:8080` to view your site as you edit files.