Skip to content

vatu-team/project-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

250 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project WordPress

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

About

Starter WordPress project from Vatu

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors