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
- Host: GitHub
- URL: https://github.com/devgru/react-svg-slides
- Owner: devgru
- Created: 2025-04-09T13:26:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T19:13:15.000Z (over 1 year ago)
- Last Synced: 2025-04-10T23:48:28.825Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://react-svg.devg.ru
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.