Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 254 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 254 Bytes

Website for the Roast Festival

Powered by Next.js.

Getting Started

First, run the development server:

npm run dev

Build assets:

npm run build

Preview production build:

npm run serve