Skip to content

Commit

Permalink
docs, contrib: fix link to gtipod a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein committed May 4, 2020
1 parent 6898bb9 commit 8e19ec4
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions content/docs/user-guide/contributing/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ before submitting them, and it's quite necessary when making changes to the
website engine itself. Source code and content files need to be properly
formatted and linted as well, which is also ensured by the full setup below.

> ⚡ You can contribute online, using Gitpod (a fully featured online
> development environment), it'll automatically clone the repo, install the
> dependencies, run `yarn build`, and start the webserver so that you can start
> straight away:
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

To run the app locally:

Make sure you have a recent LTS version of [Node.js](https://nodejs.org/en/)
(`>=12.0.0`), and install [Yarn](https://yarnpkg.com/):

Expand All @@ -82,13 +91,6 @@ This will start the server on the default port, `8000`. Visit
enable the Git pre-commit hook that will be formatting and linting your code and
documentation files automatically.

Alternatively you can contribute to dvc.org using Gitpod(a fully featured online
development environment), with a single click it will launch a workspace and
automatically: clone the repo, install the dependencies, run `yarn build` and
start the webserver so that you can start straight away.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

### All commands

Please, check the project's `package.json` file to see the complete list. For
Expand Down

0 comments on commit 8e19ec4

Please sign in to comment.