Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 575 Bytes

File metadata and controls

17 lines (11 loc) · 575 Bytes

Adobe Spark Website

Inner CDN:

Outer CDN:

How to develop and test locally

  1. Install the Helix CLI: npm install -g @adobe/helix-cli
  2. Clone this repository locally: git clone https://github.com/adobe/spark-website.git
  3. Go to the spark-website directory: cd spark-website
  4. Start Helix Simulator: hlx up (opens your browser at http://localhost:3000)
  5. Open the spark-website directory in your favorite IDE and start coding :)