From 6b76eb4f90a652be17d35c6c8420f3c8dee2f0e7 Mon Sep 17 00:00:00 2001 From: Josh Winn <965114+jawinn@users.noreply.github.com> Date: Fri, 1 Mar 2024 12:01:56 -0500 Subject: [PATCH] docs: add note about running docker (#154) 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 5e05c7e..25fe6d2 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 `http://localhost:8000/wp-admin` and run through the WordPress setup