/aquila

🎨 An Advanced WordPress theme

Primary LanguageJavaScript

WordPress Theme - Aquila 🎨

Project Status: WIP – Initial development is in progress. code style: prettier

  • A WordPress theme Project for Advanced WordPress Theme Development Course. This theme uses Bootstrap. Learn to build an Advanced WordPress Theme from scratch
WordPress theme development banner

Tutorial Course

Features

Maintainer

Name Github Username
Imran Sayed @imranhsayed

Usage

  1. Clone the WordPress theme aquila in your WordPress themes directory and activate it.

Development ( To be added )

Below features will be added later ( TODO )

Install

Clone the repo and run

cd aquila/assets
npm install

During development

npm run dev

Production

npm run prod

Linting & Formatting ( TO BE ADDED )

The following command will fix most errors and show and remaining ones which cannot be fixed automatically.

npm run eslint:fix

We follow the stylelint configuration used in WordPress Gutenberg, run the following command to lint and fix styles.

npm run stylelint:fix

Format code with prettier

npm run format-js