From 5cc6d31731518a97160775e329d8c40dfef7b60b Mon Sep 17 00:00:00 2001 From: Gal Bracha Date: Sun, 7 May 2017 13:14:19 +0300 Subject: [PATCH] Added instructions on how to start contribute --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f2f6b21..9a18dcf8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,6 +3,7 @@ 1. Create an issue 1. Fork the repo 1. Install dependencies: `npm install` and `bower install` +1. `npm run docker-build` to build the docker image 1. Make your changes 1. Install [GraphicsMagick](http://www.graphicsmagick.org/) 1. Run linter and tests: `gulp check`