Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 442 Bytes

File metadata and controls

33 lines (22 loc) · 442 Bytes

unfilter-web

Landing page for Unfilter, built with Next.js App Router + Tailwind CSS + Framer Motion.

Stack

  • Next.js
  • Tailwind CSS
  • Framer Motion
  • Geist font

Run locally

npm install
npm run dev

Build

npm run build

Deploy to Vercel

Set:

NEXT_PUBLIC_SITE_URL=https://your-project-name.vercel.app

Then import the repo into Vercel and deploy with the default Next.js settings.