Skip to content

Files

Latest commit

331d93c · May 26, 2024

History

History
32 lines (24 loc) · 708 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 708 Bytes

nextjs-upload-adapter

Next JS Upload Adapter Cover

This is a Next.js project bootstrapped with create-next-app

Dependencies

sharp (install with --ignore-engines)
uuidv4

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.