LogoLogo
  • 💻Getting started
    • Introduction
    • Installing Air-light
      • Install using macOS LEMP & dudestack
  • 🧊Air-blocks
    • Block library
      • Hero with full height
      • Accordion
  • Working with ACF blocks
    • Caching
    • Query Monitor support
  • Advanced documentation
    • How to create a new reusable block for air-blocks and importer script
Powered by GitBook
On this page
  • Using Air-light with our WordPress stack and development environment
  • Install
  1. Getting started
  2. Installing Air-light

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.

Last updated 3 years ago

Using Air-light with our WordPress stack and development environment

This is an option we at here use.

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 .

Install

  1. Set up by following the instructions on GitHub.

  2. Ensure that works and ~/Projects is linked to /var/www and both exist

  3. Install by following instructions provided in the repository

  4. Install

  5. Create a new project by using dudestack's createproject command (explained )

  6. From Terminal go into bin folder: cd /path/to/where/you/cloned/air-light/bin and run sh 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, run gulp and start coding!

💻
Dude agency
your own setup and try option 2
macos-lemp-stack
http://localhost
dudestack
debuggers for gulp and for your editor
here