Skip to content

Update Spark Web 2.0.0 Preview

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

Build and deploy the Spark Web 2.0.0 Preview Site

Spark site is hosted on gh-pages on this repo

Build the site

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

npm run site:build:relativeurls

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 run site:serve

Deploy the site

  1. Checkout the repo of the 2.0.0 site If you haven't done so
  2. Copy contents of the site folder of the spark repo that you generated with the command above.
  3. Push changes into main.

Clone this wiki locally