Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 395 Bytes

File metadata and controls

26 lines (17 loc) · 395 Bytes

Freedom Factory Site

The main site for Freedom Factory and the dGEN1 — the next generation mobile OS.

Tech Stack

  • Next.js 16 (App Router) with static export
  • Tailwind CSS
  • TypeScript

Development

npm install
npm run dev

Open http://localhost:3000.

Build

npm run build

Produces a fully static site in the out/ directory.