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

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

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.