update wp-env instructions

This commit is contained in:
Aadil Ayub 2024-01-12 13:05:38 +05:00
parent 2ef8c257ed
commit 82d741d690
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Repo for practice task for Autonomic front-end recruitment.
### `wp-env`
You can launch an instance of WordPress pre-loaded with this theme using the `wp-env` tool.
You can launch an instance of WordPress pre-installed with this theme using the `wp-env` tool.
```sh
$ npm -g i @wordpress/env
@ -26,6 +26,8 @@ $ wp-env start
This will launch a WordPress local instance at http://localhost:8888. You can log into the dashboard at http://localhost:8888/wp-admin with `admin` as the username and `password` as the password.
**Note:** This method assumes you already have `docker` and `docker-compose` installed locally.
### Lando
Install Lando, then: