Skip to content

mythographica/slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slider

presentations framework

1. installation

clone this repo, then configure it as shown:

$ npm i

2. make slides dir inside of public folder

$ mkdir ./public/slides

3. add .env file

$ echo "REACT_APP_SLIDES_DIR=slides" > .env

put .mdx, .md, .json slides to that directory

4. generate necessary slides list file

for example what it is look inside of gen.sh

$ cat ./gen.sh

5. additional configuration

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

6. you can find more info

7. start presentation

$ npm start