A static site built with Astro and USWDS (U.S. Web Design System).
Install dependencies:
npm installRun the development server:
npm run devBuild for production:
npm run buildPreview the production build:
npm run preview/
├── public/
│ └── favicon.svg
├── src/
│ ├── layouts/
│ │ └── BaseLayout.astro
│ └── pages/
│ └── index.astro
├── astro.config.mjs
└── package.json