https://github.com/erkkah/letarette-talk
https://github.com/erkkah/letarette-talk
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/erkkah/letarette-talk
- Owner: erkkah
- Created: 2022-05-12T20:14:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T20:15:54.000Z (almost 3 years ago)
- Last Synced: 2025-02-09T18:17:52.720Z (3 months ago)
- Language: TypeScript
- Size: 499 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# letarette-talk
Slides and demo for the Letarette talk at Innovation Bay, May 2022.
## Running the presentation
Run `npm install` and `npm run dev` to start the presentation on http://localhost:8080.
Use left / right arrows to move between slides.
Some slides have several pages. Use up / down arrows to switch page.## Running the demo backend
The presentation needs a small demo backend setup for the search page to work.
If you want to run it check the demo [README](demo/README.md).