Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 623 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 623 Bytes

zustand-presentation

Made with ❤️ and Spectacle.

Running your presentation

  • Run yarn install (or npm install or pnpm install) to install dependencies.
  • Run yarn start (or npm start or pnpm start) to start the presentation.
  • Edit `index.tsx to add your presentation content.

Building you presentation

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.