Skip to content

Commit 60a6907

Browse files
committed
Add logo to README, Improve doc
1 parent 315ed2a commit 60a6907

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
1-
# Gulp Webpack Starter :octopus:
1+
<div align="center">
2+
<img alt="styled-components" src="https://user-images.githubusercontent.com/13425833/73493741-a2eefe00-43b3-11ea-8cae-202e646582ac.png" height="150px" />
3+
<br />
4+
<h1>Gulp Webpack Starter 2.0.0</h1>
5+
</div>
6+
7+
<br />
28

39
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/wwwebman/gulp-webpack-starter/blob/master/CONTRIBUTING.md)
410
[![GitHub contributors](https://img.shields.io/github/contributors/wwwebman/gulp-webpack-starter.svg)](https://github.com/wwwebman/gulp-webpack-starter/blob/master/CONTRIBUTING.md)
511
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
612
[![Build Status](https://travis-ci.org/wwwebman/gulp-webpack-starter.svg?branch=master)](https://travis-ci.org/wwwebman/gulp-webpack-starter)
713
[![Gitter](https://img.shields.io/gitter/room/tj/git-extras.svg?style=flat-square)](https://gitter.im/gulp-webpack-starter/Lobby)
814

9-
**Gulp Webpack Starter** - A simple web-development toolkit using Gulp task runner and Webpack bundler.
10-
Ideal for [building static HTML templates](#dart-1-static-html-templating)
11-
or [speeding up WordPress](#eyes-2-wordpress) theme development
12-
and any similar template-driven and front-end project.
15+
**Gulp Webpack Starter** - fast and simple web development toolkit.
16+
It uses Gulp task runner and Webpack bundler.
17+
The starter perfectly fits [building static HTML templates](#dart-1-static-html-templating)
18+
or [speeding up WordPress](#eyes-2-wordpress) theme development.
19+
It be included to any similar template-driven Front End project.
1320

14-
![Gulp Webpack Starter](http://webman.pro/assets/img/main/gulp-webpack-starter-webman.jpg)
21+
**Easy to start, simple to develop with. Check it out! :octopus:**
1522

1623
## List of Content
1724

@@ -139,8 +146,6 @@ If you still have a problem, let us know by opening an [issue](https://github.co
139146
## Commands
140147

141148
```bash
142-
yarn <script>
143-
144149
yarn start // Runs development mode
145150
yarn build // Compiles assets in production mode
146151
```

0 commit comments

Comments
 (0)