ballstatecber/datacenter-skeleton

CBER Data Center Website Skeleton

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Type:project

pkg:composer/ballstatecber/datacenter-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