Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 949 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 949 Bytes

#Canteen Boilerplate

This HTML5 Boilerplate project is designed to get a Canteen site up and running as quickly a possible. This project is a great starting point for customizing your own site.

##Tools Checklist

The following tools are required to get the boilerplate project up and running. Absolute tool paths can be modified in build.properties.

  • Apache Ant for running build.xml
  • Composer for fetching the PHP dependencies
  • Bower for fetching the JavaScript dependencies. Install with npm install bower
  • UglifyJS for minifying Modernizr (version in Bower is not minified, ugh!). Install with npm install uglify-js@1

##Getting Start

  1. Setup a MySQL database & a corresponding user
  2. Import JavaScript and PHP dependencies by running ant install
  3. Run index.php from Apache