diff options
author | Yarden Shoham <hrsi88@gmail.com> | 2022-10-12 19:17:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 12:17:04 -0400 |
commit | b474730cf602991e0d7b8ca8e346d84e909f33ec (patch) | |
tree | a5b946973eba8aaf2bf8950fcc7f32e7b611e667 /docs | |
parent | a902af75f480a5629f0747cd65531107e4897e4e (diff) | |
download | gitea-b474730cf602991e0d7b8ca8e346d84e909f33ec.tar.gz gitea-b474730cf602991e0d7b8ca8e346d84e909f33ec.zip |
Refactor Gitpod configuration to improve quick spin up of automated dev environments (#21411)
This commit instructs Gitpod to run `docs` in watch mode in fresh
development environments so any dev could start hacking in seconds.
Also included some vscode extensions for Vue, Go, and Docker.
Try it here:
[![Open in
Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/yardenshoham/gitea/tree/gitpod)
Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
Co-authored-by: Gusted <williamzijl7@hotmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/developers/hacking-on-gitea.en-us.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/content/doc/developers/hacking-on-gitea.en-us.md b/docs/content/doc/developers/hacking-on-gitea.en-us.md index 5f1cdff51d..d8427b58f3 100644 --- a/docs/content/doc/developers/hacking-on-gitea.en-us.md +++ b/docs/content/doc/developers/hacking-on-gitea.en-us.md @@ -19,6 +19,12 @@ menu: {{< toc >}} +## Quickstart + +To get a quick working development environment you could use Gitpod. + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/go-gitea/gitea) + ## Installing go You should [install go](https://golang.org/doc/install) and set up your go |