Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 258 Bytes

File metadata and controls

18 lines (13 loc) · 258 Bytes

Source 2 Viewer Website

Landing page for Source 2 Viewer.

Development

# Development
npm install
npm run dev

# Build
npm run build
npm run preview # preview the production build locally

# Lint, formatting
npm run fix