front-end-interview-handbook/apps/web
Yangshun 40ff702ed2 [web] auth/error: log login error events and extract into separate component 2025-07-28 12:46:13 +08:00
..
.vscode
docs
prisma [web] sponsorships/request: add promo code field 2025-06-10 16:47:13 +08:00
public [web] blog: update articles SEO and images 2025-07-17 11:29:35 +08:00
src [web] auth/error: log login error events and extract into separate component 2025-07-28 12:46:13 +08:00
transforms [web] i18n: allow codemod to import use client if importing intl for the first time in the file (#1338) 2025-04-01 09:44:27 +08:00
.env.local.example [web] auth/google: add google one tap sign in (#1519) 2025-07-11 13:49:22 +08:00
.gitignore [web] i18n: app string zh-CN 2025-04-02 08:58:48 +08:00
.prettierignore [repo] prettier@3.5.3 2025-05-15 18:46:50 +08:00
.watchmanconfig
README.md [web] misc: revert to 2025-04-08 2025-06-19 18:23:12 +08:00
contentlayer.config.ts [web] misc: revert to 2025-04-08 2025-06-19 18:23:12 +08:00
eslint.config.js [repo] eslint: extract out ESLint react config 2025-07-08 15:40:54 +08:00
langnostic.config.ts [web] i18n: use compiled version 2025-06-23 15:20:47 +08:00
mdx-components.tsx
next-env.d.ts
next-sitemap.config.js [web] seo: fix sitemap generation for Node v22 2025-06-24 16:01:41 +08:00
next.config.mjs [web] mdx/contentlayer: upgrade contentlayer to contentlayer2 (#1532) 2025-07-09 15:18:54 +08:00
package.json [web] mdx/contentlayer: upgrade contentlayer to contentlayer2 (#1532) 2025-07-09 15:18:54 +08:00
postcss.config.cjs
tailwind.config.cjs [web] ui/typography: add body sizes to Tailwind config 2025-03-30 20:29:20 +08:00
tsconfig.json [web] infra: jest -> vitest 2025-06-19 19:41:25 +08:00
turbo.json [repo] tsc: fix for apps/web 2025-07-04 14:09:50 +08:00
typography.cjs [web] ui/typography/table: fix table cell padding and alignment 2025-06-19 19:41:57 +08:00
vercel.json
vitest.config.ts [web] infra: jest -> vitest 2025-06-19 19:41:25 +08:00

README.md

Getting Started

First, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

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!

Deploy on Vercel

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.