Skip to content
Type something to search...
Finzo Theme Documentation

Build And Deploy Checklist

Local Build

  1. Run npm install.
  2. Run npm run dev for development.
  3. Run npm run build to generate production output.
  4. Run npm run preview to test the build locally.

Deploy

  1. Use the provided netlify.toml or vercel.json files.
  2. Ensure your build command matches package.json scripts.
  3. Set the Node.js version to match netlify.toml if needed.