Skip to content
Discussion options

You must be logged in to vote

To deploy to a custom domain:
1. Build the frontend: npm run build.
2. Deploy to a hosting provider (e.g., Netlify, AWS S3).
3. Configure the domain in your provider’s DNS settings.
4. Update next.config.js for custom basePath if needed:
javascript<br>module.exports = { basePath: '/my-orbitos' };<br>
5. For the backend, deploy src/server/ to a Node.js host (e.g., Heroku) and update DEPLOYMENT.md.
6. Test and submit a pull request with documentation.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by IsmailBinMujeeb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed question Further information is requested
2 participants