Skip to content

diogotito/elm-typing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elm-typing-game

A barebones touch typing test written in Elm.

Available at https://diogotito.github.io/elm-typing-game/

Development

To build this app, you'll need to have Elm installed. Then:

git clone https://github.com/diogotito/elm-typing-game.git
cd elm-typing-game
elm make src/Abra.elm --output dist/index.js

If you want to play with this code but hate reloading your browser, you can use the dev-server.bash script in this repo.

./dev-server.bash

It uses Bash, entr and elm-live, so you need to have those available in your $PATH before you can run it. The page served on http://localhost:8000 refreshes each time you save changes in any .html, .css and .elm file while this script is running.