Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 219 Bytes

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