From cc97d0203116fda0e04a24a8b47a2c548e5ed33b Mon Sep 17 00:00:00 2001 From: vincanger <70215737+vincanger@users.noreply.github.com> Date: Thu, 15 Dec 2022 18:31:40 +0100 Subject: [PATCH 1/2] add gitpod to docs and tutorial --- web/docs/getting-started.md | 3 +++ web/docs/tutorials/todo-app.md | 14 ++++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) 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..4a456c6ce 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 enviornment 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! From 7373c4a172297a8683a5bffe0489d57330679157 Mon Sep 17 00:00:00 2001 From: vincanger <70215737+vincanger@users.noreply.github.com> Date: Fri, 16 Dec 2022 09:45:29 +0100 Subject: [PATCH 2/2] Update web/docs/tutorials/todo-app.md Co-authored-by: Shayne Czyzewski <523636+shayneczyzewski@users.noreply.github.com> --- web/docs/tutorials/todo-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/docs/tutorials/todo-app.md b/web/docs/tutorials/todo-app.md index 4a456c6ce..78240a86c 100644 --- a/web/docs/tutorials/todo-app.md +++ b/web/docs/tutorials/todo-app.md @@ -5,7 +5,7 @@ title: Introduction import useBaseUrl from '@docusaurus/useBaseUrl'; :::tip Skip the Tutorial & See Wasp in Action 👹? -It's possible because we've set up an in-browser dev enviornment for you on Gitpod. +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.