slidev
slidev copied to clipboard
feat: allow serving several presentations using several servers
Current status:
can run slidev --secondary slides2.md slides3.md to serve:
-
slides.mdas usual -
slides2.mdon port n+1 -
slides3.mdon port n+2
NB:
- might need to reconsider the cli api (just allow several file names? ... but it seems difficult with yargs + typescript)
- nothing about export is implemented yet
Will eventually fix:
- https://github.com/slidevjs/slidev/issues/317
- https://github.com/slidevjs/slidev/issues/479
- https://github.com/slidevjs/slidev/issues/505