Skip to content

Setting up your local environment

Frank Corso edited this page Jul 21, 2020 · 3 revisions

Cloning the repo

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

Installing dependencies

NPM

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.

Composer

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.

Setting up your IDE

Once set up, follow our guides for your IDE of choice: Setting Up Your PHPStorm Environment