Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 404 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 404 Bytes

reveal-vite

Read the blog post Presentations with Reveal.js and Vite

Use

npm install
npm run dev

The presentation will run locally at http://localhost:3000. You can edit the index.html and main.js to see it auto-reload.

To build the presentation for hosting, run npm run build, which creates the dist folder.