Made with ❤️ and Spectacle.
- Run
yarn install(ornpm installorpnpm install) to install dependencies. - Run
yarn start(ornpm startorpnpm start) to start the presentation. - Edit
index.tsxto 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.