Skip to content

Commit

Permalink
Extract setup infos from Contributing.md into separate setup.md for v…
Browse files Browse the repository at this point in the history
…isiblity reasons
  • Loading branch information
Admin committed Mar 24, 2018
1 parent 7f11210 commit 68a11fd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
15 changes: 1 addition & 14 deletions CONTRIBUTING.md
Expand Up @@ -25,20 +25,7 @@ documentation pages:

## Setup

```bash
git clone https://github.com/webpack/webpack.git
cd webpack
npm install -g yarn
yarn install
yarn link
yarn link webpack
```

To run the entire test suite use:

```bash
yarn test
```
[Setup your local webpack repository](_SETUP.md)

## Submitting Changes

Expand Down
18 changes: 18 additions & 0 deletions _SETUP.md
@@ -0,0 +1,18 @@
# Setup

Setup your local webpack repository

```bash
git clone https://github.com/webpack/webpack.git
cd webpack
npm install -g yarn
yarn install
yarn link
yarn link webpack
```

To run the entire test suite use:

```bash
yarn test
```

0 comments on commit 68a11fd

Please sign in to comment.