Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.81 KB

README.md

File metadata and controls

59 lines (43 loc) · 1.81 KB

Food System Country Profiles Child Theme

Necessary steps to run the project, being a seed is to copy the whole project and change it to your liking.

Version 1.2.0

Getting started

Before start project is neccesary install the following dependencies in your system:

Installation

# Clone the repository
$ git clone [email protected]:AllianceBioversityCIAT/Food-system-country-profiles.git

# Install the Gulp CLI
$ npm install --global gulp-cli

# Install the dependencies
$ npm install
$ composer install

Configuration

Create the config.json file, to run locally:

{
  "dest": "/wp-data/wp-content/themes"
}

When creating this file you must delete the example file config.json.sample, the destination location requested, is to display all files processed by gulp, in the WordPress themes folder.

Running the app

# development watch mode
$ gulp watch

More information

Stay in touch