You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide the correct command to automatically run the app in the terminal when Gitpod starts by replacing the command from PKG_ENV=dev ./target/release/websurfx to PKG_ENV=dev ./target/debug/websurfx under the tasks sections in the .gitpod.yml file, which can be found under the websurfx directory (codebase).
The below code is of the .gitpod.yml file, with changes to be made are highlighted. The red and green line codes in the code below indicate that the red line code is currently present in the .gitpod.yml file and needs to be removed and replaced with the green line code, which is the new code.
To get started contributing make sure to read the contributing.md file for the guidlines on how to contribute in this project
To contribute first fork this project by following this video tutorial if you are not familliar with process and add your changes and make a pull request with the changes to this repository and if you are new to GitHub then follow this video tutorial to get started contributing π .
Screenshots
No response
Do you want to work on this issue?
None
Additional information
No response
The text was updated successfully, but these errors were encountered:
Description
Provide the correct command to automatically run the app in the terminal when
Gitpod
starts by replacing the command fromPKG_ENV=dev ./target/release/websurfx
toPKG_ENV=dev ./target/debug/websurfx
under thetasks
sections in the.gitpod.yml
file, which can be found under thewebsurfx
directory (codebase).The below code is of the
.gitpod.yml
file, with changes to be made are highlighted. The red and green line codes in the code below indicate that the red line code is currently present in the.gitpod.yml
file and needs to be removed and replaced with the green line code, which is the new code.Screenshots
No response
Do you want to work on this issue?
None
Additional information
No response
The text was updated successfully, but these errors were encountered: