https://github.com/brson/slide-deck-template
https://github.com/brson/slide-deck-template
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brson/slide-deck-template
- Owner: brson
- License: mit
- Created: 2019-10-09T07:49:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T21:18:01.000Z (over 3 years ago)
- Last Synced: 2025-04-07T18:56:49.391Z (about 1 year ago)
- Language: JavaScript
- Size: 9.98 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# TODO Title here
TODO: description here
## Usage
Modify [index.html] for your purpose.
See [example.html] for usage patterns.
Customize CSS theme in [css/theme/custom-theme.css].
Customize other CSS in [css/custom.css].
See baseline theme in [css/theme/brson-theme.css].
See baseline CSS in [css/brson.css].
Run with
```
npm install
npm start
```
[index.html]: index.html
[example.html]: example.html
[css/theme/custom-theme.css]: css/theme/custom-theme.css
[css/custom.css]: css/custom.css
[css/theme/brson-theme.css]: css/theme/brson-theme.css
[css/brson.css]: css/brson.css
## Potential image credits
- TODO: fill me in
## License
Custom content is CC-BY-4.0 / MIT.
reveal.js is MIT.