mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 02:29:55 +02:00
25 lines
568 B
Markdown
25 lines
568 B
Markdown
# VniDrop website
|
|
|
|
The product website for VniDrop, built with Next.js and exported as a static site.
|
|
|
|
## Local development
|
|
|
|
```bash
|
|
# From the repository root:
|
|
make run-docs
|
|
```
|
|
|
|
Open [http://localhost:3000](http://localhost:3000).
|
|
|
|
## Checks
|
|
|
|
```bash
|
|
make check-docs
|
|
```
|
|
|
|
The production build is written to `out/` and can be hosted by any static web server.
|
|
|
|
Set `NEXT_PUBLIC_SITE_URL` to the canonical production origin when building for deployment so
|
|
Open Graph and Twitter image URLs resolve to the public site. Vercel deployment URLs are detected
|
|
automatically.
|