Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 345 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 345 Bytes

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