A unified view into the world of Spectrum, Adobe's design language.
Our mission is to deepen Spectrum’s adoption through a multi‑platform website experience that goes beyond documentation. Showing the breadth of our multi-platform system through engaging, educating and inspiring moments. Delivering a future focused, scalable website able to adapt to the evolution of AI.
Spectrum Hub is built on AEM Edge Delivery Services. Getting started takes a matter of seconds.
- Clone this project to your computer.
- Install the AEM CLI using your terminal:
sudo npm install -g @adobe/aem-cli - Start the AEM CLI:
aem upin the cloned folder. - Open the cloned folder in your favorite code editor and build something amazing.
- Recommended: Install common npm packages like linting and testing:
npm i.
Tests run in the browser using Web Test Runner. After installing dependencies with npm i, run the full test suite:
npm testTo re-run tests automatically as you edit:
npm run test:watchTo watch a single file:
npm run test:file:watch -- test/scripts/scripts.test.jsSpectrum Design Data is used to join the world of Spectrum w/ semantic HTML generated by AEM Edge Delivery Services.
Spectrum Web Components and React Spectrum have a daily GitHub Action that runs and feeds component statuses, available properties and sandbox implementations.
Semantic search and AI capabilities are provided by Algolia. Given the private nature of some of the content, this mechanism also runs as a GitHub Action on a two hour basis.