This is the Adobe I/O Helix repo. It contains all the scripts, styles and other helixy bits to power the adobe.io website.
- Install hlx as a global command. You need Node 10.13 or newer.
$ npm install -g @adobe/helix-cli
- Run
$ hlx up
- Navigate to http://localhost:3000/
The site always uses the minified version of the styles so you must build the styles before seeing them get updated.
$ npm install --legacy-peer-deps
- Make changes to any css file. If you add a new .css files make sure to include them in
styles-includes.css
. $ npm run buildCss
- Minified css built to
/hlx_statics/spectrum/minified