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

https://github.com/bjoernricks/presentation

Spectacle based Presentation
https://github.com/bjoernricks/presentation

Last synced: 9 months ago
JSON representation

Spectacle based Presentation

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`.