Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cristhianmotoche/draw_me
Simple Pictionary in Elm
https://github.com/cristhianmotoche/draw_me
elm haskell
Last synced: about 2 months ago
JSON representation
Simple Pictionary in Elm
- Host: GitHub
- URL: https://github.com/cristhianmotoche/draw_me
- Owner: CristhianMotoche
- Created: 2021-05-28T02:22:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T02:10:56.000Z (over 2 years ago)
- Last Synced: 2023-02-27T11:52:03.309Z (almost 2 years ago)
- Topics: elm, haskell
- Language: Elm
- Homepage:
- Size: 170 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Draw me
Sort of like pictionary made in Elm. I got the name from the song [Draw me - Sonata Arctica][name-origin].
## Requirements
- [asdf][asdf]
- [asdf-elm][asdf-elm]
- [asdf-node][asdf-node]## Set up
Install requirements:
```
asdf install
```Install dependencies:
```
npm install
```## Build
```
npm run build
```*NOTE:* This will also download the Elm dependencies.
## Watch
Execute elm reactor:
```
npm run watch
```After that, open [http://localhost:8000][http://localhost:8000] in a browser. Go to `dist > index.html`.
[asdf-elm]: https://github.com/asdf-community/asdf-elm
[asdf]: https://github.com/asdf-vm/asdf
[name-origin]: https://www.youtube.com/watch?v=NozBQG_98JU
[asdf-node]: https://github.com/asdf-vm/asdf-nodejs