update codespace link to release branch

This commit is contained in:
vincanger 2024-04-22 18:09:55 +02:00
parent 4f864ab595
commit 62bcf92515
4 changed files with 4 additions and 4 deletions

View File

@ -24,4 +24,4 @@
"onCreateCommand": "curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s",
"postCreateCommand": "printf 'export WASP_WEB_CLIENT_URL=https://$CODESPACE_NAME-3000.app.github.dev\n' >> $HOME/.bashrc && printf 'export REACT_APP_API_URL=https://$CODESPACE_NAME-3001.app.github.dev\n' >> $HOME/.bashrc && echo 'gh codespace ports visibility 3000:public -c $CODESPACE_NAME\n' >> $HOME/.bashrc && echo 'gh codespace ports visibility 3001:public -c $CODESPACE_NAME\n' >> $HOME/.bashrc",
"workspaceFolder": "/workspaces/wasp/examples/tutorials/TodoApp"
}
}

View File

@ -7,7 +7,7 @@ This project also allows you to run the app in GitHub Codespaces, so you can try
## Running the App in GitHub Codespaces
On the [main Wasp repo page](https://github.com/wasp-lang/wasp), click on the green "Code" button and create a new Codespace.
On the [Wasp repo's `release` branch](https://github.com/wasp-lang/wasp/tree/release), click on the green "Code" button and create a new Codespace.
Give the Codespace some time to install Wasp and finish initializing, then in the terminal run:

View File

@ -43,7 +43,7 @@ That's it 🎉 You have successfully created and served a new full-stack web app
:::
:::tip Try Wasp Without Installing 🤔?
Give Wasp a spin in the browser with GitHub Codespaces by following the intructions in our [Tutorial App README](https://github.com/wasp-lang/wasp/tree/main/examples/tutorials/TodoApp)
Give Wasp a spin in the browser with GitHub Codespaces by following the intructions in our [Tutorial App README](https://github.com/wasp-lang/wasp/tree/release/examples/tutorials/TodoApp)
:::

View File

@ -43,7 +43,7 @@ That's it 🎉 You have successfully created and served a new full-stack web app
:::
:::tip Try Wasp Without Installing 🤔?
Give Wasp a spin in the browser with GitHub Codespaces by following the intructions in our [Tutorial App README](https://github.com/wasp-lang/wasp/tree/main/examples/tutorials/TodoApp)
Give Wasp a spin in the browser with GitHub Codespaces by following the intructions in our [Tutorial App README](https://github.com/wasp-lang/wasp/tree/release/examples/tutorials/TodoApp)
:::