Skip to content

Commit d251ba1

Browse files
committed
add readme
1 parent 9ca402b commit d251ba1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)