---------------------- It seems like you're experiencing some issues with deploying your Wasp app on your Ubuntu server. From the information provided, it's not entirely clear what the issue might be, but I can provide some general advice based on the knowledge sources provided.
Firstly, ensure that you've installed Wasp correctly on your Ubuntu server. You can do this by running the following command in your terminal:
curl -sSL <https://get.wasp-lang.dev/installer.sh> | sh
curl -sSL <https://get.wasp-lang.dev/installer.sh> | sh
Secondly, it's important to note that Wasp serves both the frontend and backend of your app. The frontend runs on port 3000 and the backend on port 3001. If you're seeing a "Hello World" message, it might be that you're hitting the backend server instead of the frontend. Make sure that you're accessing the correct port.
If you're still experiencing issues, it might be helpful to check the error messages in your terminal or the console within your browser's developer tools. These messages can provide clues about what might be going wrong.
Lastly, if you're looking for the README.md file, it's typically located in the root directory of your project. If it's not there, it's possible that it was not included when the project was created.
If you're still having trouble, I would recommend reaching out to the Wasp community on Discord(https://discord.gg/rzdnErX) for further assistance. They're usually very helpful and might be able to provide more specific advice based on your situation. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------