A dummy implementation of Faro card game
root
Prerequisites
npm i -g elm
cd
to the project directory elm package install elm-lang/html
Make
Make with elm-make src/Main.elm --output=resources/public/main.js
command.
Repository
repository
field in elm-package.json
must be a GitHub only URL so I store a fake repo in repository
field and the actual repo in summary
field.