Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 793 Bytes

File metadata and controls

51 lines (36 loc) · 793 Bytes

Councils.gov

A static site built with Astro and USWDS (U.S. Web Design System).

Getting Started

Install dependencies:

npm install

Run the development server:

npm run dev

Build for production:

npm run build

Preview the production build:

npm run preview

Project Structure

/
├── public/
│   └── favicon.svg
├── src/
│   ├── layouts/
│   │   └── BaseLayout.astro
│   └── pages/
│       └── index.astro
├── astro.config.mjs
└── package.json

Technologies

  • Astro - Static site generator
  • USWDS - U.S. Web Design System
  • React - UI library (available for components)