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

10 lines
220 B
Markdown

# Build the Site
Run the build script whenever you want to publish new changes:
```bash
npm run build
```
The compiled HTML, CSS and JavaScript are placed in the `_site/` directory ready to upload to any static host.