Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 725 Bytes

File metadata and controls

33 lines (23 loc) · 725 Bytes

Port Radar — Web

Premium marketing site for Product Hunt + macOS downloads. Lives in apps/web.

Dev

cd apps/web
npm run dev

Open http://localhost:3000.

Download / Product Hunt links

Edit src/lib/site.ts, or set env vars:

NEXT_PUBLIC_DOWNLOAD_URL=https://github.com/juansebsol/port-radar-mac/releases/latest/download/Port-Radar.dmg
NEXT_PUBLIC_PRODUCT_HUNT_URL=https://www.producthunt.com/posts/port-radar

The default download URL already points at the latest release asset, so it keeps working across releases as long as the DMG is named Port-Radar.dmg (see make publish).

Scripts

npm run dev
npm run build
npm run start
npm run lint