presentations framework
clone this repo, then configure it as shown:
$ npm i
$ mkdir ./public/slides
$ echo "REACT_APP_SLIDES_DIR=slides" > .env
put .mdx, .md, .json slides to that directory
for example what it is look inside of gen.sh
$ cat ./gen.sh
other availiable REACT_APP_
's of .env
are:
# this is the first
REACT_APP_SPEAKERNAME=some_nick_name
# starter slide index, for any cases
REACT_APP_STARTER_SLIDE=7
$ npm start