A Gleam implementation of the Scoundrel solo card game munksgaard.me/scoundrel
lustre scoundrel gleam card game

Add `just build` target

+5
+5
Justfile
··· 3 3 4 4 cli: 5 5 gleam run --target erlang --module cli 6 + 7 + build: 8 + gleam run -m lustre/dev build scoundrel --minify 9 + sed -i 's/\/scoundrel.css/scoundrel.css/g' dist/index.html 10 + sed -i 's/\/scoundrel.js/scoundrel.js/g' dist/index.html