Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshed-io/evolving-work
A reveal.js presentation based on Reinventing Organizations
https://github.com/joshed-io/evolving-work
Last synced: 13 days ago
JSON representation
A reveal.js presentation based on Reinventing Organizations
- Host: GitHub
- URL: https://github.com/joshed-io/evolving-work
- Owner: joshed-io
- License: mit
- Created: 2015-11-21T00:33:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T19:34:36.000Z (about 8 years ago)
- Last Synced: 2024-04-18T01:42:40.439Z (7 months ago)
- Language: JavaScript
- Homepage: http://dzello.github.io/evolving-work/
- Size: 2.51 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Evolving Work
A presentation based on the book [Reinventing Organizations](http://www.reinventingorganizations.com/), built using the excellent [reveal.js HTML presentation framework](http://lab.hakim.se/reveal-js/#/).
Contributions and pull requests welcome, this is a *living* presentation!
### Running locally
These instructions assume you have [Node](https://nodejs.org/en/) and [npm](https://www.npmjs.com/) already installed.
First, clone this repository and enter the directory:
```shell
git clone [email protected]:dzello/evolving-work.get
cd evolving-work
```Install [harp](http://harpjs.com/):
```shell
npm install harp --global
```Serve the `src` directory with harp via an npm command:
```shell
npm start
```Open a browser window and you should see the presentation:
```shell
open http://localhost:9000
```Changes that you make to the presentation will be visible immediately, just refresh the browser.
### Publishing
To publish your changes to the `gh-pages` branch of your fork run `npm run publish`. The source of the script is in `bin/publish`.
### Wow factor
This is all it takes to make a whole slide:
```jade
section
p This presentation was created for the students of St. Jean de Passy in Paris, France.
img(src="images/noun_school.png")
```