Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit b2cc42d

Browse files
committed
added clearer informations in readme
1 parent 0b6215e commit b2cc42d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

readme.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# WordPress Gulp and Webpack blank theme
22

3-
This is the installation process for dependencies for this WordPress theme
3+
## Under the hood
4+
5+
- [ES6](https://babeljs.io/learn-es2015/) for JavaScript
6+
- [SASS](http://sass-lang.com/) preprocessor for CSS
7+
- [Breakpoint slicer](https://github.com/lolmaus/breakpoint-slicer/) for faster media queries
8+
- [Bootstrap 4](https://github.com/lolmaus/breakpoint-slicer/) as your css framework
9+
- [Gulp](https://gulpjs.com/) & [Webpack](https://webpack.js.org/) for managing, compiling and optimizing theme's asset files
410

511
## Requirements
612

713
* Node
814
* Gulp
915

16+
1017
## Usage
1118

1219
First, clone this repository.

0 commit comments

Comments
 (0)