Comment on page
Install using macOS LEMP & dudestack
How to use Air-light in a native macOS LEMP environment with a modern WordPress development stack based on roots/bedrock.
Please note: This way requires many packages and is a bit of work to get up and running. We recommend you read all the documentation thoroughly. You can always use your own setup and try option 2.
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.From Terminal go into bin folder:
cd /path/to/where/you/cloned/air-light/bin
and runsh newtheme.sh
. This script takes care of the rest as it updates textdomain with your project name, checks updates for air and npm packages, runs npm install, fetches devpackages, sets up gulp, cleans up the leftover files and activates the theme via WP-CLI. - 7.Go back to project directory
cd ~/Projects/yourproject
, rungulp
and start coding!
Last modified 1yr ago