Edit URL deployment to GitPod (#16795)
* Edit URL deployment to GitPod * Added Getting Started with Gitpod
This commit is contained in:
parent
6d9f0b9d44
commit
fd2614ea80
1 changed files with 4 additions and 2 deletions
|
|
@ -12,8 +12,8 @@
|
|||
<a href="https://github.com/forem/forem/issues?q=is%3Aissue+is%3Aopen+label%3A%22ready+for+dev%22">
|
||||
<img src="https://img.shields.io/github/issues/forem/forem/ready for dev" alt="GitHub issues ready for dev">
|
||||
</a>
|
||||
<a href="https://gitpod.io/from-referrer/">
|
||||
<img src="https://img.shields.io/badge/setup-automated-blue?logo=gitpod" alt="Gitpod badge">
|
||||
<a href="https://gitpod.io/#https://github.com/forem/forem">
|
||||
<img src="https://img.shields.io/badge/setup-automated-blue?logo=gitpod" alt="GitPod badge">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
|
@ -79,6 +79,8 @@ transitioning to a [Preact](https://preactjs.com/)-first frontend.
|
|||
A more complete overview of our stack is available in
|
||||
[our docs](https://developers.forem.com/technical-overview/stack).
|
||||
|
||||
To **launch Forem in Gitpod**, navigate to [https://gitpod.io/#https://github.com/{your_github_username}/forem](https://gitpod.io/#https://github.com/{your_github_username}/forem).
|
||||
|
||||
### Prerequisites
|
||||
|
||||
#### Local
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue