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
npm run dev
npm run build && npm run preview