This repo contains a small slide show presentation built with React Flow. Go check out the tutorial if you want to build your own from scratch!
- Write slides in markdown.
- Navigate between slides with arrow keys.
- Automatically lay out slides in a grid.
- Setting up a React Flow project from scratch
- Writing your own layouting algorithm
- Using events on the
<ReactFlow />
component to add global interactivity.
This app was built using Vite for development.
Before you start, you need to install the dependencies:
npm install
npm run dev
npm run build