emory-libraries / templating-engine

A PHP templating engine for powering a dynamic website
0 stars 0 forks source link

Templating Engine

A PHP templating engine for powering the Emory Libraries website

Prerequisites

This templating engine requires PHP 7 or greater. For development, this project requires Node.js for its development environment, npm for package and dependency management, composer for depdendency management, Grunt for task automation, and git for version control.

Installation

Prior to installation, ensure that all prerequisites have been met. Then, to install this project on your system:

  1. Download and unzip the compressed package, or clone the repo using:
git clone https://github.com/emory-libraries/templating-engine
  1. Then install all dependencies in one fell swoop:
npm install && composer install