mirror of
https://github.com/singchia/frontier.git
synced 2026-04-23 00:17:06 +08:00
211cedaca6
* 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
49 lines
931 B
Markdown
49 lines
931 B
Markdown
# 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:
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
Open `http://localhost:3000`.
|
|
|
|
Useful commands:
|
|
|
|
```bash
|
|
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:
|
|
|
|
```bash
|
|
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
|