Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitlangton/zio-slides
An interactive, websocket-backed slide presentation app.
https://github.com/kitlangton/zio-slides
Last synced: 10 days ago
JSON representation
An interactive, websocket-backed slide presentation app.
- Host: GitHub
- URL: https://github.com/kitlangton/zio-slides
- Owner: kitlangton
- Created: 2021-03-31T05:41:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T18:32:40.000Z (over 2 years ago)
- Last Synced: 2024-10-11T08:44:59.567Z (26 days ago)
- Language: Scala
- Homepage:
- Size: 152 KB
- Stars: 48
- Watchers: 7
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zio-slides
An interactive, websocket-backed slide presentation app running on `ZIO`, `zio-http`, and `Laminar`.
## Running Locally
1. `sbt ~frontend/fastLinkJS` in another tab.
2. `sbt ~backend/reStart` in another tab.
3. `yarn install`
4. `yarn exec vite`
5. open `http://localhost:3000`