Installation

Installation guide for our application.

Prerequisites

Before installing our application, make sure you have the following:

  • Node.js & Composer installed on your machine

Installation Steps

  1. Clone the Repository: Clone our GitHub repository to your local machine.

    git clone git@github.com:refactco/Refact-Starter.git
    
  2. Navigate to the Project Directory: Run inside local WP install's theme folder E.g. /wp.local/wp-content/themes/your-theme directory.

    cd Refact-Starter/wp-content/themes/refact-starter
    
  3. Install Dependencies

    npm install
    composer install
    
  4. Running the Project

    npm run start