update wp-env instructions
This commit is contained in:
parent
2ef8c257ed
commit
82d741d690
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user