An open API service indexing awesome lists of open source software.

https://github.com/devgru/react-svg-slides

slides from React Helsinki, April 2025
https://github.com/devgru/react-svg-slides

Last synced: 14 days ago
JSON representation

slides from React Helsinki, April 2025

Awesome Lists containing this project

README

          

# react-svg-slides

Made with ❤️ and [Spectacle](https://github.com/FormidableLabs/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`.