mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 17:23:55 +01:00
start basic documentation
This commit is contained in:
parent
1687a72e6a
commit
4debe957b0
30
README.md
Normal file
30
README.md
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# wp-theme
|
||||||
|
|
||||||
|
> WordPress theme for Ascribe's landing page and blog
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
|
||||||
|
- node & npm
|
||||||
|
- composer
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm install && composer
|
||||||
|
```
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
On top of compiling css & js files, this starts a local, live-reloading server with BrowserSync:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
gulp
|
||||||
|
```
|
||||||
|
|
||||||
|
The task assumes the following:
|
||||||
|
|
||||||
|
- WordPress exposed via MAMP under http://localhost:8888
|
||||||
|
|
||||||
|
The following compiles css & js files only:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
gulp build
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user