Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🌈

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)