An open API service indexing awesome lists of open source software.

https://github.com/madlittlemods/postcss-presentation

PostCSS presentation to introduce PostCSS to my coworkers
https://github.com/madlittlemods/postcss-presentation

Last synced: 2 months ago
JSON representation

PostCSS presentation to introduce PostCSS to my coworkers

Awesome Lists containing this project

README

        

# PostCSS Presentation

Interactive PostCSS presentation to introduce PostCSS to my coworkers.

- Live code sandboxes

Presentation powered by [reveal.js](https://github.com/hakimel/reveal.js)

## Latest Version: v0.1.1

### [Changelog](https://github.com/MadLittleMods/postcss-presentation/blob/master/CHANGELOG.md)

# Presenter Instructions

Just view the [presentation online with GitHub pages](http://madlittlemods.github.io/postcss-presentation/)

You can press `S` key to launch the speaker view. This window has the speaker notes, time, etc

Use the left/right/up/down arrow keys to navigate the slides

## Serve it offline:

Serve the project directory (using something like [`serve`](https://www.npmjs.com/package/serve)) and visit the `index.html`

# Developer Instructions

Run once:
`npm install`

Run while developing (watches files).

`npm run build-standalone-dev`

Serve the project directory (using something like [`serve`](https://www.npmjs.com/package/serve)) and visit the `index.html`