ballstatecber/datacenter-skeleton

CBER Data Center Website Skeleton


README

Build Status Maintainability Test Coverage

Installation

  1. composer create-project --prefer-dist ballstatecber/datacenter-skeleton [app_name] -s dev
  2. cd [app_name]
  3. npm install
  4. gulp less

Configuration

  • Update app.php, .env, .env.production, and .env.dev in /config
    • data_center_subsite_title
    • google_analytics_id
    • Database configuration
    • Optional email configuration
  • Update README.md
  • Update package.json
  • Change 'App Name' in gulpfile.js

Setting up integrations