Files
frontier/website/README.md
T
Austin Zhai 211cedaca6 docs: reposition frontier and add website (#99)
* docs: reposition frontier and add website

* docs: make readme more visual

* docs: remove duplicated readme title

* docs: simplify readme and move details to docs

* docs: align chinese readme with new structure

* docs: soften readme section titles

* chore: trigger vercel preview
2026-04-16 16:51:05 +08:00

931 B

Frontier Website

This directory contains the marketing site and docs site for Frontier, built with Next.js 16.

Local Development

Install dependencies and start the development server:

npm install
npm run dev

Open http://localhost:3000.

Useful commands:

npm run lint
npm run build

Deploying to Vercel

This app is intended to be deployed from the website/ directory as its project root.

Recommended Vercel project settings:

  • Framework Preset: Next.js
  • Root Directory: website
  • Install Command: npm install
  • Build Command: npm run build
  • Output Directory: leave empty
  • Node version: use the project default from Vercel unless you need to pin it

Once linked, you can deploy with:

npx vercel
npx vercel --prod

What This Site Covers

  • Homepage positioning for Frontier
  • Why Frontier / use cases
  • Examples and docs pages
  • Architecture and deployment docs