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
- Host: GitHub
- URL: https://github.com/madlittlemods/postcss-presentation
- Owner: MadLittleMods
- Created: 2015-08-24T04:38:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T13:47:50.000Z (almost 10 years ago)
- Last Synced: 2025-02-12T22:18:16.191Z (4 months ago)
- Language: JavaScript
- Homepage: https://madlittlemods.github.io/postcss-presentation/
- Size: 3.98 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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`