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.
- Host: GitHub
- URL: https://github.com/pascalallen/wp-starter-kit
- Owner: pascalallen
- License: mit
- Created: 2023-03-30T13:12:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T15:26:02.000Z (about 3 years ago)
- Last Synced: 2025-06-24T04:40:00.604Z (12 months ago)
- Topics: wordpress
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)