Made with ❤️ and Spectacle.
This joint presentation was created for and given at WordCamp US 2024 in Portland Oregon.
- Run
yarn install(ornpm installorpnpm install) to install dependencies. - Run
yarn start(ornpm startorpnpm start) to start the presentation. - Edit `index.tsx to add your presentation content.
To build your presentation for a production deploy, run yarn build (or npm build or pnpm build).
The build artifacts will be placed in the dist directory. If you'd like to change this location, edit build.outDir in vite.config.ts.