$ man build-process

Engineering · Deployment

Build Process

The steps that transform your source code into the final website visitors see.

by Shawn Tenam


なぜ重要か

Next.js apps need to be compiled. TypeScript needs to convert to JavaScript. Dependencies need to be installed. The build process does all of this. If the build fails, your deploy fails.

どう使うか

Locally, npm run dev builds in development mode with hot reload. On Vercel, the build happens automatically on every push. Check build logs if it fails.


関連用語
DependenciesVercel
エンジニアリング&AIガイドすべての用語
ShawnOS.ai|theGTMOS.ai|theContentOS.ai
built with Next.js · Tailwind · Claude · Remotion