mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-24 09:34:28 +03:00
update codespace link to release branch
This commit is contained in:
parent
4f864ab595
commit
62bcf92515
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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)
|
||||
:::
|
||||
|
||||
|
||||
|
@ -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)
|
||||
:::
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user