Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 401 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 401 Bytes

Open Seattle

This repository holds source code for the new Open Seattle website, built using NextJS.

We use MUI as the primary component library.

Getting Started

First, run the development server:

npm install
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.