Add Gitpod configuration for quick setup of development environments

With this change, any developer can simply open a development environment in Gitpod. The environment has docs, web, and binary being built on every code change.

Also included the vscode extensions for Go and Docker.

Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
This commit is contained in:
Yarden Shoham 2022-12-10 21:56:13 +00:00
parent 8d3f35f4f7
commit 265af01f9c
3 changed files with 42 additions and 0 deletions

View file

@ -22,6 +22,12 @@ server consists of three components:
All of these components are built and then **baked into one binary**.
### Quickly getting a development environment setup
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/binwiederhier/ntfy)
### Navigating the code
Code: