Franklin site redesign for volvotrucks.us
- Preview: https://main--vg-volvotrucks-us--hlxsites.hlx.page/
- Live: https://main--vg-volvotrucks-us--hlxsites.hlx.live/
npm i
npm tst
- Create a new repository based on the
helix-project-boilerplate
template and add a mountpoint in thefstab.yaml
- Add the helix-bot to the repository
- Install the Helix CLI:
npm install -g @adobe/helix-cli
- Start Franklin Proxy:
hlx up
(opens your browser athttp://localhost:3000
) - Open the
{repo}
directory in your favorite IDE and start coding :)
- We are using fallback fonts that avoid CLS.
- The fallback fonts are specific to the font family and style (bold, italic etc)
- For this reason, please don't use the font-style properties in css. Instead, use the font family variables defined in
styles/styles.css
- Eg. instead of using
font-weight: 500
, usefont-family: var(--ff-volvo-novum-medium);