Scaffold a new presentation from the DEHN slide deck template
The user wants to create a new presentation using the DEHN slide deck template. Use $ARGUMENTS to understand the name and topic.
Parse the arguments to extract:
admin-ui-training)Ask the user if not provided in arguments:
/Users/jlaranjeira/Code/<name>)Clone the template:
gh repo create <name> --template jmlaranjeira/dehn-slide-deck-template --private --clone
cd <name>
npm install
Update src/config/presentation.js with the presentation title
Update src/data/slides.js with:
Update src/data/quiz.js if quiz is needed:
Update src/data/cheatsheet.js if cheatsheet is needed:
Update index.html title tag with the presentation name
Verify by running npm run build
Commit the initial customization:
Initial setup: <Presentation Title>
jmlaranjeira/dehn-slide-deck-template/crear-slide