Looka Theme Documentation
Build And Deploy Checklist
Local Build
- Run
npm install. - Run
npm run devfor development. - Run
npm run buildto generate production output. - Run
npm run previewto test the build locally.
Deploy
- Use the provided
netlify.tomlorvercel.jsonfiles. - Ensure your build command matches
package.jsonscripts. - Set the Node.js version to match
netlify.tomlif needed.