Install the dependencies:
npm install
Run and visit http://localhost:4321.
npn run dev
Build the App:
npm run build
You will then see the dist
folder generated for publishing, which you can preview locally with the following command:
npm run preview
Update the src/config.ts
file to configure the theme:
SITE_FAVICON
: the favicon of the siteSITE_LOGO
: the logo of the siteSITE_TITLE
: the title of the siteSITE_DESCRIPTION
: the description of the siteMENUS
: the menus of the siteFOOTER_CONTENT
: the content of the footerGOOGLE_GTAG
: the Google Tag Manager ID