mirror of
https://github.com/cupcakearmy/wordpress-template.git
synced 2024-12-21 23:56:29 +00:00
instructions
This commit is contained in:
parent
62ee26e225
commit
d5ee4e217f
26
README.md
Normal file
26
README.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# Wordpress boilerplate
|
||||||
|
|
||||||
|
## 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
|
||||||
|
```
|
||||||
|
|
||||||
|
## Raccomended Plugins
|
||||||
|
|
||||||
|
- Advanced Custom Fields
|
||||||
|
- All-in-One WP Migration
|
||||||
|
- Custom Post Type UI
|
||||||
|
- W3 Total Cache
|
||||||
|
- WooCommerce
|
||||||
|
- Yoast SEO
|
Loading…
Reference in New Issue
Block a user