Build
Run npm install and npm run build. The exported site will be written to out/.
Deployment
This route summarizes the deployment model used by the repository: static export from Next.js, then direct hosting from Nginx.
Run npm install and npm run build. The exported site will be written to out/.
Copy the contents of out/ to your Nginx web root, for example /usr/share/nginx/html/signalos.
The project uses trailingSlash: true so each route exports as a folder with an index.html, which works well with static Nginx hosting.
Use the repository Nginx config as a baseline and point the server root at the exported out/ directory.