Skip to content

Homepage for DuckDynasty built using Astro and deployed using Github pages.

Notifications You must be signed in to change notification settings

Duckz-org/web-homepage

Repository files navigation

web-homepage

Homepage for DuckDynasty built using Astro and deployed using Github pages.

Building

We use a strict Content Security Policy (CSP), so it's required to build the whole Astro website and preview that to test it:

git clone https://github.com/dockz-org/web-homepage
cd web-homepage
npm run build
npm run preview