From d5ee4e217fcb9e012e4d97868b27ee66bca14e1c Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sun, 25 Aug 2019 18:39:24 +0200 Subject: [PATCH] instructions --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..08041c6 --- /dev/null +++ b/README.md @@ -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