See the repositories of the website template, the cookie consent implementation, and the template sync action for more details.
- Install dependencies:
npm install- Add MDI icons:
npm i -D @iconify-json/mdi- Install cookieconsent:
npm run astro add @jop-software/astro-cookieconsent- Start local dev server:
npm run dev