Help installers choose a frontend: Classic UI or Volto?

I just find

$ PORT=volto_node_process_port RAZZLE_API_PATH=mywebsite.com - Diese Website steht zum Verkauf! - Informationen zum Thema mywebsite. yarn build

To change the port, but I want it serve in a public IP otherwise I can't access it.

Can you point me to a Document.

Many thanks

People tell me that

HOST=43.252.40.115 yarn start

Should work, but I still got a error

/home/plone/.nvm/versions/node/v20.18.0/lib/node_modules/corepack/dist/lib/corepack.cjs:22373
throw new UsageError(This project is configured to use ${result.spec.name} because ${result.target} has a "packageManager" field);
^

UsageError: This project is configured to use pnpm because /mnt/HDD2/VOLTO/test-com/frontend/package.json has a "packageManager" field
at Engine.findProjectSpec (/home/plone/.nvm/versions/node/v20.18.0/lib/node_modules/corepack/dist/lib/corepack.cjs:22373:21)
at async Engine.executePackageManagerRequest (/home/plone/.nvm/versions/node/v20.18.0/lib/node_modules/corepack/dist/lib/corepack.cjs:22404:24)
at async Object.runMain (/home/plone/.nvm/versions/node/v20.18.0/lib/node_modules/corepack/dist/lib/corepack.cjs:23096:5) {
clipanion: { type: 'usage' }
}

Node.js v20.18.0

pnpm not yarn :wink:

FTR, Volto add-ons should either point to new documentation that will be published this week (see PR First batch of the overhaul of the add-ons section by sneridagh · Pull Request #6397 · plone/volto · GitHub) or update their own documentation. In either case, there may be incompatibilities that the add-on developers will need to consider for Volto 17 versus 18.