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

Configure Feed

Select the types of activity you want to include in your feed.

at main 10 lines 279 B view raw
1dev: 2 gleam run --module lustre/dev start 3 4cli: 5 gleam run --target erlang --module cli 6 7build: 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