mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-08 06:58:43 +00:00
10 lines
142 B
Markdown
10 lines
142 B
Markdown
# Build the Site
|
|
|
|
When you're ready to generate the static files, run:
|
|
|
|
```bash
|
|
npm run build
|
|
```
|
|
|
|
The output appears in the `_site/` folder.
|