Skip to content

Update Spark Web

Diego Marcos edited this page Feb 26, 2026 · 1 revision

Build and deploy the Spark Web

Spark site is hosted on gh-pages on this repo

All process to build and deploy the static site is automated via scripts.

Build the site

The command below will build the static site in the site directory

npm site:build

Test the site

You can either run a local web server in the site directory or run the command below. Make sure you're happy with the changes before deployment.

npm site:serve

Deploy the site

The command below will push the site to the repo that serves it via gh-pages

npm site:deploy

Clone this wiki locally