Skip to content
Snippets Groups Projects
Commit 21983c7b authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

folder structure description in readme

parent aaa03dc2
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,12 @@ Reveal.addEventListener( 'fragmenthidden', function( event ) {
} );
```
### Folder Structure
- **css/** Core styles without which the project does not function
- **js/** Like above but for JavaScript
- **plugin/** Components that have been developed as extensions to reveal.js
- **lib/** All other third party assets (JavaScript, CSS, fonts)
## Speaker Notes
If you're interested in using speaker notes, reveal.js comes with a Node server that allows you to deliver your presentation in one browser while viewing speaker notes in another.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment