mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
misc: update Gitpod description (#2421)
* update the gitpod setup description to be precise. * add info about Gitpod setup to contributing.md
This commit is contained in:
parent
99943a6041
commit
2619a06076
2 changed files with 12 additions and 6 deletions
|
@ -91,6 +91,18 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
|
|||
- For Docusaurus 1 development, run `yarn start:v1`
|
||||
- For Docusaurus 2 development, run `yarn start`
|
||||
|
||||
## Online one-click setup for contributing
|
||||
|
||||
You can use Gitpod (a free, online, VS Code-like IDE) for contributing. With a single click it will launch a workspace (for Docusaurus 2) and automatically:
|
||||
|
||||
- clone the docusaurus repo.
|
||||
- install the dependencies.
|
||||
- run `yarn run start`
|
||||
|
||||
So that you can start contributing straight away.
|
||||
|
||||
[](https://gitpod.io/#https://github.com/facebook/docusaurus)
|
||||
|
||||
## Pull Requests
|
||||
|
||||
### Your First Pull Request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue