Skip to content

Commit

Permalink
Create Build.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evshvarov authored Jul 6, 2016
1 parent 01f23a7 commit cf53dbe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#Build
Project uses Gulp as build system. Install Gulp with following command:
```
npm install
```
To build project, simply run:
```
gulp
```
This should create folder "Build" with builded project

0 comments on commit cf53dbe

Please sign in to comment.