Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 251 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 251 Bytes

Broadway website

The landing page for Broadway.

Development

npm install
npm run dev

Deployment

# Build static content to dist/
npm run build

# Preview the result
npm run serve