This single-page client-only web app is available for execution in your browser here:
https://cs.lth.se/pgk/muntabot
Developed using fantastic Scala 3 and Scala JS. It is built using sbt
.
-
Clone or download this repo on your machine.
-
Inside
sbt
in terminal:- While hacking type
~fastLinkJS
insbt
and open/reload theindex-dev.html
file in your browser - When ready for production type
fullLinkJS
and upload the filesindex.html
andtarget/scala-3.0.0/hello-scala-js-opt/main.js
to your web server.
- While hacking type