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.
- Host: GitHub
- URL: https://github.com/boldgrid/boldgrid-inspirations
- Owner: BoldGrid
- License: gpl-2.0
- Created: 2016-03-02T16:54:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T18:22:27.000Z (over 1 year ago)
- Last Synced: 2024-11-06T19:29:27.400Z (over 1 year ago)
- Language: PHP
- Homepage: https://www.boldgrid.com/
- Size: 4.49 MB
- Stars: 11
- Watchers: 10
- Forks: 12
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BoldGrid Inspirations #
[](https://raw.githubusercontent.com/BoldGrid/boldgrid-inspirations/master/LICENSE)
[](https://travis-ci.org/BoldGrid/boldgrid-inspirations)
[](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
```