typescript2/app-website/README.md
This is a Next.js project bootstrapped with create-next-app.
The landing pages /, /quickstart, /explore, /pricing, and /changelog
have checked-in Markdown representations in content/. Plain curl requests,
Accept: text/markdown, and the corresponding .md URLs serve these files.
Treat each React page and Markdown file as two representations of the same content. Any substantive copy, command, claim, link, example, or availability change must update both in the same change. Markdown should preserve all useful context. Replace interactive editors, playgrounds, diagrams, and animations with complete prose and code fallbacks—never placeholders such as “Loading…”.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/(marketing)/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.