Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 274 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 274 Bytes

ludu.io

Personal site and portfolio for Luke Dunscombe (me).

Overview

This is a Next.js app deployed to Vercel.

Running

Production

npm run build
npm run start

Locally

npm install
npm run dev