mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-08 06:58:43 +00:00
10 lines
220 B
Markdown
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.
|