Skip to content

Commit 6b76eb4

Browse files
authored
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 <[email protected]>
1 parent 75dbeef commit 6b76eb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ This project requires [Docker][docker] and [Node.js][node] for local development
4242

4343
1. Duplicate `.env.example` and rename it `.env`, changing variables [as needed](#setting-local-environment-variables)
4444
1. Run `npm install`
45+
1. Make sure Docker is running
4546
1. Either run `npm start` or run `npm run build:dev` and `npm run serve:dev` in separate terminals
4647
1. Based on whether you have a database to import or not, do one of the following:
4748
- Visit `http://localhost:8000/wp-admin` and run through the WordPress setup

0 commit comments

Comments
 (0)