Skip to content

aemsites/vg-macktrucks-com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mack Trucks

Helix v5 sites for macktrucks.com

Environments

Other markets:

bahamas.macktrucks.com

macktrucks.ca

macktrucks.cl

macktrucks.co.nz

macktrucks.com.ar

macktrucks.com.au

macktrucks.com.bo

macktrucks.com.co

macktrucks.com.do

macktrucks.com.ec

macktrucksemea.com

macktrucksguyana.com

macktrucks.com.mx

macktrucksnigeria.com

macktrucksnicaragua.com

macktrucks.com.pa

macktrucks.com.pe

macktrucks.com.ve

macktrucks.cr

macktrucks.gt

macktrucks.hn

macktrucks.ht

sv.macktrucks.com

tt.macktrucks.com

Installation

npm i

Linting

npm run lint

Local development

  1. Create a new repository based on the helix-project-boilerplate template and add a mountpoint in the fstab.yaml
  2. Add the helix-bot to the repository
  3. Install the AEM CLI: npm install -g @adobe/aem-cli
  4. Start Franklin Proxy: aem up (opens your browser at http://localhost:3000)
  5. Open the {repo} directory in your favorite IDE and start coding :)

Best practices using fonts

  • 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. for subheadings instead of using font-weight: 500, use font-family: var(--ff-subheadings-medium);