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

https://github.com/boldgrid/boldgrid-inspirations

The BoldGrid Inspirations core plugin for WordPress.
https://github.com/boldgrid/boldgrid-inspirations

Last synced: 12 months ago
JSON representation

The BoldGrid Inspirations core plugin for WordPress.

Awesome Lists containing this project

README

          

# BoldGrid Inspirations #

[![License](https://img.shields.io/badge/license-GPL--2.0%2B-orange.svg)](https://raw.githubusercontent.com/BoldGrid/boldgrid-inspirations/master/LICENSE)
[![Build Status](https://travis-ci.org/BoldGrid/boldgrid-backup.svg?branch=master)](https://travis-ci.org/BoldGrid/boldgrid-inspirations)
[![PHP Version](https://img.shields.io/badge/PHP-5.4%2B-blue.svg)](https://php.net)

BoldGrid Inspirations is an inspiration-driven plugin to assist with creating a fresh new website, or to customize an existing website.

## Description ##

BoldGrid Inspirations is an inspiration-driven plugin to assist with creating a fresh new website, or to customize an existing website.

The first phase is Inspiration; the guided tool creates your base website. If you already have a website, then you can skip this step.

The second phase is Customization; tools to transform your website into your vision.

## Installation ##

### Minimum Requirements ###

* PHP 5.4 or higher. PHP 7.3 or higher is recommended.
* PHP cURL.
* PHP setting "opcache.save_comments = 1"
* PHP setting "opcache.load_comments = 1"

### Manually ###
1. Upload the entire boldgrid-inspirations folder to the /wp-content/plugins/ directory.
1. Run the development build commands to install the dependencies.
1. Activate the plugin through the Plugins menu in WordPress.

## Development ##

Before you can use the development version of this plugin you must install the dependencies.

```
yarn
composer install -o
```