Collect frequently asked questions in a separate post type and separate categories to be displayed anywhere on your website.
- 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.
You'll need Node.js and Composer 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
- 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