feat(docs): add animated product website

This commit is contained in:
2026-07-16 16:38:30 +02:00
parent e40a4bfee2
commit d61d6f3c5b
38 changed files with 12046 additions and 0 deletions

22
docs/README.md Normal file
View File

@@ -0,0 +1,22 @@
# VniDrop website
The product website for VniDrop, built with Next.js and exported as a static site.
## Local development
```bash
npm install
npm run dev
```
Open [http://localhost:3000](http://localhost:3000).
## Checks
```bash
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.