docs: Add gitpod configuration to make it easier for new contributors to start coding #1225
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Gitpod is an open source cloud development environment (CDE) which is an on-demand development environment that is pre-configured with all tools, libraries and dependencies needed to write and review code. It is basically an open source alternative with free plan to Github codespaces.
I believe having a gitpod in the project would be very useful when you are expecting quick contributions from many developers in crisis times. Contributors can spin up development environment in 5-10 min without any local environment setup.
I added the first PR only for this project's front-end to start the discussion. If it is find useful, we can proceed with back-end of this project and other projects.
In order to test, just click the button below.
Changes
How were these changes tested?