This is the repo of the source code, if you're looking for the slides, please visit https://codebar-shanghai.github.io/workshop-apvode/ instead.
If you want to run this repo locally or make contributions, please clone and follow the steps below.
Node.js is needed.
pnpmis preferred, butnpmoryarnshould also work.
pnpm installWith vite you can start running the slides or editing on-the-fly.
pnpm run devBy default the dev server will listen to port 4001, if another program is already using that port on your computer, you can modify it in vite.config.ts.
This project heavily depends on reveal.js. Slides are split into chunks using vue.js, and placed under the directory src/slides. main.ts and App.vue make the entry point.