Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 211 Bytes

File metadata and controls

23 lines (15 loc) · 211 Bytes

Next.js Example app

Example Next.js 16 app with PRESTOplay player for web.

Get started

npm i

Develop

npm run dev

Run Production Build

npm run build
npm run start