diff --git a/web/docs/getting-started.md b/web/docs/getting-started.md index 4ea5afcca..40b890030 100644 --- a/web/docs/getting-started.md +++ b/web/docs/getting-started.md @@ -8,6 +8,9 @@ import Tabs from '@theme/Tabs' import TabItem from '@theme/TabItem' import useBaseUrl from '@docusaurus/useBaseUrl'; +:::tip Try Wasp Without Installing 🤔? + Give Wasp a spin in the browser without any setup by running our [Wasp Template for Gitpod](https://github.com/wasp-lang/gitpod-template) +::: ## 1. Requirements diff --git a/web/docs/tutorials/todo-app.md b/web/docs/tutorials/todo-app.md index 45b39761d..78240a86c 100644 --- a/web/docs/tutorials/todo-app.md +++ b/web/docs/tutorials/todo-app.md @@ -4,8 +4,18 @@ title: Introduction import useBaseUrl from '@docusaurus/useBaseUrl'; -:::info -If you haven't yet set up Wasp, check out [Getting Started](/getting-started.md) first for installation instructions, and then continue with the tutorial. +:::tip Skip the Tutorial & See Wasp in Action 👹? +It's possible because we've set up an in-browser dev environment for you on Gitpod. +You will be able to see and edit the finished ToDo app with no setup required. +

+ + + +

+::: + +:::info +If you want to run Wasp locally and haven't yet set it up, check out [Getting Started](/getting-started.md) first for installation instructions, and then continue with the tutorial. ::: Let's build together a simple Todo App in Wasp!