Merge pull request #885 from wasp-lang/vince-add-gitpod-link

add gitpod to docs and tutorial
This commit is contained in:
vincanger 2022-12-16 10:21:32 +01:00 committed by GitHub
commit 43acd29b30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 2 deletions

View File

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

View File

@ -4,8 +4,18 @@ 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 environment for you on Gitpod.
You will be able to see and edit the finished ToDo app with no setup required.
<p align="center">
<a href="https://gitpod.io/#https://github.com/wasp-lang/gitpod-template">
<img src="https://gitpod.io/button/open-in-gitpod.svg" />
</a>
</p>
:::
:::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.
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!