From dd863913225c5241cbf54195f1285d76818d4baa Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Wed, 12 Oct 2022 19:17:04 +0300 Subject: [PATCH] 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 Co-authored-by: Gusted --- doc/developers/hacking-on-gitea.en-us.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/developers/hacking-on-gitea.en-us.md b/doc/developers/hacking-on-gitea.en-us.md index 5f1cdff5..d8427b58 100644 --- a/doc/developers/hacking-on-gitea.en-us.md +++ b/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