https://github.com/bjoernricks/presentation
Spectacle based Presentation
https://github.com/bjoernricks/presentation
Last synced: 9 months ago
JSON representation
Spectacle based Presentation
- Host: GitHub
- URL: https://github.com/bjoernricks/presentation
- Owner: bjoernricks
- License: gpl-3.0
- Created: 2025-02-20T10:35:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T10:36:50.000Z (over 1 year ago)
- Last Synced: 2025-02-20T11:30:35.513Z (over 1 year ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Spectacle based Greenbone Presentation
Made with ❤️ and [Spectacle](https://github.com/FormidableLabs/spectacle/).
## Running your presentation
- Run `npm install` to install dependencies.
- Run `npm run 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 `npm 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`.