Files
vnidrop/docs/README.md

371 B

VniDrop website

The product website for VniDrop, built with Next.js and exported as a static site.

Local development

npm install
npm run dev

Open http://localhost:3000.

Checks

npm run lint
npm run typecheck
npm run build

The production build is written to out/ and can be hosted by any static web server.