Skip to content

Commit

Permalink
Add webpack requirement to contributing docs
Browse files Browse the repository at this point in the history
Fixes #100
  • Loading branch information
Sean Prashad authored and Sean Prashad committed Oct 31, 2019
1 parent 4b7979f commit 69c7837
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ Feel free to discuss any problem at the [#development](https://spectrum.chat/rea
### Setup

1. Install [Node.js](https://nodejs.org) >= 8 and [yarn](https://yarnpkg.com).
2. Clone repo: `git clone git@github.com:react-figma/react-figma.git`
3. Go to directory: `cd react-figma`
4. Install dependencies: `yarn`
2. Install webpack & dependencies: `yarn global add webpack webpack-cli webpack-dev-server`
3. Clone repo: `git clone git@github.com:react-figma/react-figma.git`
4. Go to directory: `cd react-figma`
5. Install dependencies: `yarn`

### Running examples

Expand Down

0 comments on commit 69c7837

Please sign in to comment.