archival run
Options
Arguments
[path/to/archival-site]
optionally specify a path to an archival site. By default will run in the current working directory.
This command runs a local static server and watches your archival site for changes. The site will be automatically rebuilt whenever files change.
Note that this command should never be used to serve a website in production. Archival generates static websites, so to serve an archival site, just run
archival build
and run a static web server that points to thedist
folder, or upload thatdist
folder to a static host (or use the archival editor to automate this process).