Skip to content

Commit

Permalink
Add newlines to improve readablity
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 committed May 14, 2019
1 parent 700e948 commit 74a87a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/docs/user-guide/contributing-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ follow the steps below:
- Get the latest development version by
[forking](https://help.github.com/en/articles/fork-a-repo) and cloning the
repo from GitHub:

```dvc
$ git clone [email protected]:<username>/dvc.org.git
```

- Make sure you have the latest version of [Node.js](https://nodejs.org/en/)
installed.
- Install the dependencies by running the command `npm install`.
Expand All @@ -55,11 +57,13 @@ follow the steps below:
environment](https://virtualenv.pypa.io/en/latest/userguide/) before
installing the required libraries for style checkers. Follow the instructions
to create one:

```dvc
$ cd dvc.org
$ virtualenv --python python3 .env
$ source .env/bin/activate
```

- Install the style checker's requirements using `pip install -r requirements.txt`.
- Install coding style pre-commit hook with `pre-commit install`.
- Start the development server using `npm run dev` which will start the server
Expand Down

0 comments on commit 74a87a0

Please sign in to comment.