mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-24 17:44:21 +03:00
Merge pull request #885 from wasp-lang/vince-add-gitpod-link
add gitpod to docs and tutorial
This commit is contained in:
commit
43acd29b30
@ -8,6 +8,9 @@ import Tabs from '@theme/Tabs'
|
|||||||
import TabItem from '@theme/TabItem'
|
import TabItem from '@theme/TabItem'
|
||||||
import useBaseUrl from '@docusaurus/useBaseUrl';
|
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
|
## 1. Requirements
|
||||||
|
|
||||||
|
@ -4,8 +4,18 @@ title: Introduction
|
|||||||
|
|
||||||
import useBaseUrl from '@docusaurus/useBaseUrl';
|
import useBaseUrl from '@docusaurus/useBaseUrl';
|
||||||
|
|
||||||
:::info
|
:::tip Skip the Tutorial & See Wasp in Action 👹?
|
||||||
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.
|
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 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!
|
Let's build together a simple Todo App in Wasp!
|
||||||
|
Loading…
Reference in New Issue
Block a user