Skip to content

Commit

Permalink
docs: add note about running docker (#154)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jawinn authored Mar 1, 2024
1 parent 75dbeef commit 6b76eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b76eb4

Please sign in to comment.