An open API service indexing awesome lists of open source software.

https://github.com/pascalallen/wp-starter-kit

wp-starter-kit provides boilerplate configuration for the development of WordPress applications.
https://github.com/pascalallen/wp-starter-kit

wordpress

Last synced: 23 days ago
JSON representation

wp-starter-kit provides boilerplate configuration for the development of WordPress applications.

Awesome Lists containing this project

README

          

# wp-starter-kit

![GitHub](https://img.shields.io/github/license/pascalallen/wp-starter-kit)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/pascalallen/wp-starter-kit)

wp-starter-kit provides boilerplate configuration for the development of WordPress applications.

## Prerequisites

- [Docker](https://www.docker.com)
- [Docker Compose](https://docs.docker.com/compose)

## Development Environment Setup

### Clone Repository

$ `cd && git clone https://github.com/pascalallen/wp-starter-kit.git`

### Bring Up Environment

$ `bin/up`

### Complete the Five-Minute Install

[http://localhost:8080](http://localhost:8080)

### Take Down Environment

$ `bin/down`

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](LICENSE)