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

@ -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)
:::