wordpress-template/README.md

35 lines
633 B
Markdown
Raw Permalink Normal View History

2019-08-25 18:39:24 +02:00
# Wordpress boilerplate
2019-08-25 18:45:34 +02:00
- 💅 Uses [Stylus](http://stylus-lang.com/) for CSS.
- 📦 Zero config JS bundler with [Parcel](https://parceljs.org/).
- 🖥 Preconfigured to 512Mb upload size.
2019-08-25 18:45:20 +02:00
2019-08-25 18:39:24 +02:00
## Quickstart
**Change the default password in `config/.env`**
```bash
# Start the containers
docker-compose up -d
# Install Deps
yarn
# Watch the JS & CSS
yarn run dev
# Go to http://localhost and activate your theme
```
2019-08-25 18:45:20 +02:00
## Configure `php.ini`
Put your custom php needs in `config/custom.ini`
## Recommended Plugins
2019-08-25 18:39:24 +02:00
- Advanced Custom Fields
- All-in-One WP Migration
- Custom Post Type UI
- W3 Total Cache
- WooCommerce
- Yoast SEO