Skip to content

stanford-oval/oval-website

Repository files navigation

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