Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sixach/wp-block-faq
https://github.com/sixach/wp-block-faq
block
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/sixach/wp-block-faq
- Owner: sixach
- Created: 2021-04-05T17:45:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T13:33:47.000Z (about 2 years ago)
- Last Synced: 2024-04-29T22:31:21.268Z (6 months ago)
- Topics: block
- Language: JavaScript
- Size: 12 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FAQ Block
Collect frequently asked questions in a separate post type and separate categories to be displayed
anywhere on your website.## Requirements
* PHP version 7.2 or greater.
* MySQL version 5.6 or greater OR MariaDB version 10.0 or greater.
* WordPress version 5.6 or greater.## Development
You'll need [Node.js](https://nodejs.org/) and [Composer](https://getcomposer.org/) installed
on your computer in order to build this theme.* Download or fork the repository.
* Run `npm install` to install NPM dependencies
* Run `npm run dev` command to compile and watch source files for changes while developing.
* Run `composer install` to install composer dependencies## Production
* Download or fork the repository
* Run `npm install` to install NPM dependencies
* Run `npm run build` to compile assets for production
* Run `composer install --no-dev --optimize-autoloader` to install composer packages required in production