We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca402b commit d251ba1Copy full SHA for d251ba1
README.md
@@ -0,0 +1,17 @@
1
+# @ryannhg/dnd-npc-generator
2
+> an app to make DnD NPCs with Elm Land
3
+
4
+### overview
5
6
+My friends and I are starting a new Dungeons and Dragons campaign, and I thought it
7
+would be fun to use [`elm/random`](https://package.elm-lang.org/packages/elm/random/latest/) to
8
+generate some NPCs with the click of a button.
9
10
11
+### local development
12
13
+```
14
+npx elm-land server
15
16
17
+The app should be running at [http://localhost:1234](http://localhost:1234)
0 commit comments