kick off with: ```bash # serve mkdir -p _site/_assets && cp -r _assets _site/ && (npx live-server _site &) && (npx @marp-team/marp-cli -w readme.md -o _site/index.html --html &) # build mkdir -p _site/_assets && cp -r _assets _site/ && npx @marp-team/marp-cli readme.md -o _site/index.html --html ```
## Overview - Get Started - Syntax - Controllers - Dependency Injection - Deployment ---
--- ## Dependency Injection ---