https://github.com/twcable/aem-oss-preso
https://github.com/twcable/aem-oss-preso
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/twcable/aem-oss-preso
- Owner: TWCable
- Created: 2016-07-11T02:46:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-27T01:07:37.000Z (almost 10 years ago)
- Last Synced: 2025-01-13T09:28:13.670Z (over 1 year ago)
- Language: CSS
- Size: 115 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
# Purpose
A presentation on Charter Communication's (formerly Time Warner Cable) Open Source for Adobe Experience Manager projects.
Currently under development.
To view go to https://TWCable.github.io/aem-oss-preso/
# Building
## Setup
```
npm install -g gulp-cli
bundle && npm i
```
## Building
```
gulp
```
Open `public/index.html` to view.
## Local Web server
```
gulp serve
```
## Publish GH-Pages
```
gulp deploy
```
# Software This Uses
* http://markdalgleish.com/projects/bespoke.js/[Bespoke], a framework for easily creating beautiful presentations using HTML.
* https://github.com/asciidoctor/asciidoctor-bespoke[Asciidoctor Bespoke]
## Licenses
* The presentation content is [CC Attribution 4.0 licensed](http://creativecommons.org/licenses/by/4.0/), Copyright (C) 2016 Jim J. Moore and John Zeren for Charter Communication Corp.
* Bespoke.js is MIT licensed