-
Notifications
You must be signed in to change notification settings - Fork 38
Setting up your local environment
First, you will need to set up a folder and clone this repo into it. Run this command to get started:
git clone https://github.com/PopupMaker/Popup-Maker.git
In order to run the scripts and linting, you will need Node.js and NPM installed. To do so, you can follow the NPM documentation's guide. If you have not used NPM before, you can refer to this beginner's guide to NPM.
To get started, run npm install
to get the necessary dependencies.
Popup Maker uses a series of packages from Composer, including WooCommerce's Action Scheduler and PHPCS. To use Composer, you can follow Composer's getting started guide.
To get started, you will need to run composer install
.
Once set up, follow our guides for your IDE of choice: Setting Up Your PHPStorm Environment