https://github.com/kutyel/elm-talk
Impossible states actually impossible in the frontend 🌳
https://github.com/kutyel/elm-talk
Last synced: 4 months ago
JSON representation
Impossible states actually impossible in the frontend 🌳
- Host: GitHub
- URL: https://github.com/kutyel/elm-talk
- Owner: kutyel
- Created: 2023-11-29T12:59:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T22:21:43.000Z (almost 2 years ago)
- Last Synced: 2025-04-15T23:48:10.885Z (6 months ago)
- Language: MDX
- Homepage: https://elm-talk.netlify.app/
- Size: 7.66 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm talk 🌳
[](https://app.netlify.com/sites/elm-talk/deploys)
This project was generated with the `npm init code-surfer-deck` command.
## Development
To run the presentation deck in development mode:
```sh
npm start
```Edit the [`deck.mdx`](deck.mdx) file to get started.
## Exporting
To build the presentation deck:
```sh
npm run build
```For more documentation see [MDX Deck](https://github.com/jxnblk/mdx-deck) and [Code Surfer](https://codesurfer.pomb.us/)