Starter WordPress project from Vatu.
Before creating your WordPress Project, make sure that your local machine has Git, PHP, Composer, and Node installed.
With PHP and Composer installed on your local machine run, substituting {project-name} for your new projects name.
composer create-project vatu/project-wordpress {project-name} -s devIt can also be create using docker.
docker run --rm --interactive --tty --volume $PWD:/app composer create-project vatu/project-wordpress {project_name} -s dev- Change the project name references in
readme.md - Change the project name references in
package.json
Create a .env files based off example.env and populate with your locat environment values.
php -r "copy('example.env', '.env');"Vatu - [email protected]