vatu/project-wordpress

Starter WordPress project from Vatu.

dev-trunk 2025-05-13 00:32 UTC

README

Starter WordPress project from Vatu.

Creating a WordPress Project

Installing PHP, Node

Before creating your WordPress Project, make sure that your local machine has Git, PHP, Composer, and Node installed.

Create a Project

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 dev

It can also be create using docker.

docker run --rm --interactive --tty --volume $PWD:/app composer create-project vatu/project-wordpress {project_name} -s dev

Renaming the Project

  1. Change the project name references in readme.md
  2. Change the project name references in package.json

Initial Configuration

Create a .env files based off example.env and populate with your locat environment values.

php -r "copy('example.env', '.env');"

Contact

Vatu - info@vatu.co.uk