We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
site
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