ahinchman1 / chicago-kotlin-meeting-intro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CJUG Meeting Introduction Template

This template uses Reveal.js to construct a meeting intro for the Chicago Java Users Group.

Creating an intro

We can use the git flow model to create feature branches and releases for each meeting.

This allows us to change only the parts that vary between meetings and leave everything else in place.

Showing the intro

Execute the following command from shell:

python -m SimpleHTTPServer

or

python -m http.server 8000

if you are using python 3 or up.

Then point your browser at http://localhost:8000

About

License:MIT License


Languages

Language:JavaScript 55.9%Language:CSS 34.0%Language:HTML 10.0%