Skip to content

mll-lab-nu/mll-lab-nu.github.io

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

Vercel Production

Vercel will automatically build the latest commit to the main branch. Please do not push build files (in dist or .vercel/output) as they will prevent fresh builds from occurring in new deployments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors