README
@cenk1cenk2/reveal-presentation
Description
Some library to create reveal.js templates.
Requires a active web server to run on. You can either run it through nodejs or any web server.
# start web server, on nodejs installed pc
$ yarn start
The HTML Presentation Framework
<script type="module">
import cenk1cenk2RevealPresentation from 'https://cdn.skypack.dev/@cenk1cenk2/reveal-presentation';
</script>
Some library to create reveal.js templates.
Requires a active web server to run on. You can either run it through nodejs or any web server.
# start web server, on nodejs installed pc
$ yarn start