Skip to content

JunJD/mia

Repository files navigation

Get Started

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

Theme Configuration

Update the src/config.ts file to configure the theme:

  • SITE_FAVICON: the favicon of the site
  • SITE_LOGO: the logo of the site
  • SITE_TITLE: the title of the site
  • SITE_DESCRIPTION: the description of the site
  • MENUS: the menus of the site
  • FOOTER_CONTENT: the content of the footer
  • GOOGLE_GTAG: the Google Tag Manager ID