https://github.com/buildit/presentation-ask-design-system
"Ask not what your Design System can do for you..." presentation
https://github.com/buildit/presentation-ask-design-system
design-systems presentation-slides reveal-js
Last synced: 5 months ago
JSON representation
"Ask not what your Design System can do for you..." presentation
- Host: GitHub
- URL: https://github.com/buildit/presentation-ask-design-system
- Owner: buildit
- License: mit
- Created: 2017-02-07T15:41:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T20:52:41.000Z (over 8 years ago)
- Last Synced: 2025-02-04T23:31:19.588Z (over 1 year ago)
- Topics: design-systems, presentation-slides, reveal-js
- Language: HTML
- Homepage:
- Size: 88.2 MB
- Stars: 3
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ask not what your Design System can do for you...
...ask what _you_ can do for your design system!
A presentation about how design systems have come about and how we can all get involved in them.
This is a web presentation that runs in the browser - built using the awesome [Reveal.js](http://lab.hakim.se/reveal-js/).
## Setup
1. Clone the repo
1. Run `npm install` to install all the dependencies
## Build
To generate a build that is suitable for sharing or hosting, simply run:
* `npm run build`
The build output will be written to `dist/`. To share/host, simply take the contents of the `dist/` folder.
## Development
To simplify development, you can run:
* `npm start`
This will do the following:
1. Do a clean build
1. Start a local webserver (using [Browsersync](https://www.browsersync.io/))
1. Start watching the source HTML & SASS files
* Whenever those source files are changed, they will be rebuilt and reload in the browser
## See it online
https://buildit.github.io/online-ask-design-system/
Navigate the presentation with the key arrows ( left - right ). For complete speaker notes window hit 's' on your keyboard while navigating.