https://github.com/geekish/wordpress
WordPress project skeleton
https://github.com/geekish/wordpress
skeleton wordpress
Last synced: about 1 month ago
JSON representation
WordPress project skeleton
- Host: GitHub
- URL: https://github.com/geekish/wordpress
- Owner: geekish
- License: mit
- Created: 2016-05-12T00:19:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T22:53:40.000Z (over 7 years ago)
- Last Synced: 2025-09-22T06:02:32.451Z (9 months ago)
- Topics: skeleton, wordpress
- Language: PHP
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WordPress project skeleton
Heavily inspired by/based upon [Bedrock](//roots.io/bedrock).
## Installation
Via [Composer](//getcomposer.org):
```bash
composer create-project -s dev geekish/wordpress my-project-name
```
## Usage
Copy or rename `.env.dist` to `.env` and fill out database credentials, etc.
Visit the URL you provided as `WP_HOME` and install WordPress.
## License
The MIT License (MIT). Please see the [License file](LICENSE.md) for more information.