Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryan-haskell/dnd-npc-generator
An app to make DnD NPCs with Elm Land 🌈
https://github.com/ryan-haskell/dnd-npc-generator
dnd elm elm-land
Last synced: about 1 month ago
JSON representation
An app to make DnD NPCs with Elm Land 🌈
- Host: GitHub
- URL: https://github.com/ryan-haskell/dnd-npc-generator
- Owner: ryan-haskell
- Created: 2022-07-12T22:33:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T02:23:33.000Z (over 2 years ago)
- Last Synced: 2024-11-27T09:29:30.697Z (about 2 months ago)
- Topics: dnd, elm, elm-land
- Language: Elm
- Homepage:
- Size: 188 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @ryannhg/dnd-npc-generator
> an app to make DnD NPCs with [Elm Land](https://elm.land)### overview
My friends and I are starting a new Dungeons and Dragons campaign, and I thought it
would be fun to use [`elm/random`](https://package.elm-lang.org/packages/elm/random/latest/) to
generate some NPCs with the click of a button.### local development
```
npx elm-land server
```The app should be running at [http://localhost:1234](http://localhost:1234)