Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 219 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 219 Bytes

DHRI Curriculum Static

Static site for DHRI workshops using next.js.

Usage

# Install dependencies
npm install

# Run dev server
npm run dev

# Build for prod and export static website
npm run build