Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 403 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 403 Bytes

Basics

This website makes use of the Astro framework to build a snappy, static site. Astro lets us blend pure HTML/CSS components with .JSX components so that we can use React (or Vue, Angular, etc.) when we need to and keep it simple otherwise.

npm i

Development Server

npm run dev

Local Build and Preview

npm run build && npm run preview