markszulc / lothal-frontend-frescopa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Site Theme

This is the theme of the standard site template for Adobe Experience Manager (AEM).

This theme can be modified to customize the visual appearance of sites created from the standard site template.

Structure

  • src/main.ts: This is the main entry point of your JS & CSS theme.
  • src/site: Files that are generic to the entire site.
  • src/components: Files that are specific to components.
  • src/resources: Associated files, like icons, logos, fonts.

Build

  1. Initialize the project with following command executed at the theme root:
npm install
  1. Complete the .env file with credentials for the local proxy server to access the site created on Cloud Service.

  2. Run the local proxy server while working to preview your changes with the content from the production environment.

npm run live
  1. Once your work completed, check your changes into GitHub, and execute the deployment action on GitHub.

About


Languages

Language:SCSS 97.8%Language:JavaScript 2.2%Language:TypeScript 0.0%Language:Shell 0.0%