Skip to content

Commit

Permalink
chore(readme): add npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cstuncsik committed Aug 8, 2016
1 parent 7daa145 commit bd86fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ You can try it [here](http://fewa.comformity.hu/)
- install [gulp.js](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md)
- clone the repository
- go to cloned directory
- in command prompt or terminal run: ```npm install```, then run ```gulp``` for development mode or
```gulp build``` to build production to **/dist** folder
- in command prompt or terminal run: ```npm install```, then run ```npm run dev``` for development mode or
```npm run build``` to build production to **/dist** folder

##Credits##
**Created by:** Zoltan Pasztor & Csaba Tuncsik
Expand Down

0 comments on commit bd86fde

Please sign in to comment.