Deployment
Nera outputs a plain public/ folder — deploy it anywhere that serves static
files.
Build
npm run build
Host it
- Netlify / Vercel — build command
npm run build, publish directorypublic. - GitHub Pages — render in CI, then publish
public/to thegh-pagesbranch. - Any static host / CDN — upload the contents of
public/.
Before you launch
- Set
app_origininconfig/canonical-links.yamlto your real domain so canonical URLs are correct. - Add an
.neraignoreat the project root to keep source-only assets out of the build.
public/is deleted and rebuilt on every render — never edit it by hand, and never commit it as source.