export const helpText = (port: number) => `
The server is now running on port ${port}.

Go to http://localhost:${port}/PreviewCard.png?title=Hello+World in your browser to render a still image. See the README.md how to configure the server
and deploy it to the cloud.
`;
