From a8a5c3d4eb05507fcbea8757a3241fe7bed77f32 Mon Sep 17 00:00:00 2001 From: Josh Winn <965114+jawinn@users.noreply.github.com> Date: Thu, 29 Feb 2024 11:23:54 -0500 Subject: [PATCH] docs: add note about running docker Add a note about running Docker to the Quickstart section of the README. Otherwise you'll get an error on npm start. Signed-off-by: Josh Winn <965114+jawinn@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f49c66b..964a04f 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ This project requires [Docker][docker] and [Node.js][node] for local development 1. Duplicate `.env.example` and rename it `.env`, changing variables [as needed](#setting-local-environment-variables) 1. Run `npm install` +1. Make sure Docker is running 1. Either run `npm start` or run `npm run build:dev` and `npm run serve:dev` in separate terminals 1. Based on whether you have a database to import or not, do one of the following: - Visit `https://localhost:8000/wp-admin` and run through the WordPress setup