Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weierophinney/2016-10-20-use-zend-components-anywhere
https://github.com/weierophinney/2016-10-20-use-zend-components-anywhere
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/weierophinney/2016-10-20-use-zend-components-anywhere
- Owner: weierophinney
- Created: 2016-10-19T00:33:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T17:17:06.000Z (about 8 years ago)
- Last Synced: 2024-11-06T20:49:46.519Z (about 2 months ago)
- Language: CSS
- Size: 1.61 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Use Zend Components Anywhere
This is a slide deck developed for ZendCon 2016. It was developed using
reveal.js.## Running the slides
In order to run the slides, you will need to use npm/grunt, as the slides were
written using the markdown features of reveal.js, which require a node-based
server.First, install dependencies.
```bash
$ sudo npm install -g grunt # Necessary to fire up the server
$ yarn install # Preferred, as there's a lockfile
$ npm install # Also works
```Once installed:
```bash
$ npm start
```This will fire up the server, and open the slides in your preferred browser.
## Notes
There are slide notes available. Press "s" in the browser to spawn the presenter
view.Additionally, the full narrative is available in the `markdown/outline.md` file.
## License
[CC BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/)