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:
parent
8d3f35f4f7
commit
265af01f9c
3 changed files with 42 additions and 0 deletions
|
@ -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.
|
||||
|
||||
[](https://gitpod.io/#https://github.com/binwiederhier/ntfy)
|
||||
|
||||
### Navigating the code
|
||||
Code:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue