Skip to content

Commit 21983c7

Browse files
committed
folder structure description in readme
1 parent aaa03dc commit 21983c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ Reveal.addEventListener( 'fragmenthidden', function( event ) {
104104
} );
105105
```
106106

107+
### Folder Structure
108+
- **css/** Core styles without which the project does not function
109+
- **js/** Like above but for JavaScript
110+
- **plugin/** Components that have been developed as extensions to reveal.js
111+
- **lib/** All other third party assets (JavaScript, CSS, fonts)
112+
107113
## Speaker Notes
108114

109115
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 commit comments

Comments
 (0)