-
Notifications
You must be signed in to change notification settings - Fork 305
Update Spark Web
Diego Marcos edited this page Feb 26, 2026
·
1 revision
Spark site is hosted on gh-pages on this repo
All process to build and deploy the static site is automated via scripts.
The command below will build the static site in the site directory
npm site:build
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
The command below will push the site to the repo that serves it via gh-pages
npm site:deploy