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

szweibel/javascripting-graduate-student-old

Repository files navigation

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