Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 780 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 780 Bytes

muntabot

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.

How to build

  • Prerequisites: sbt, Node.js

  • Clone or download this repo on your machine.

  • Inside sbt in terminal:

    • While hacking type ~fastLinkJS in sbt and open/reload the index-dev.html file in your browser
    • When ready for production type fullLinkJS and upload the files index.html and target/scala-3.0.0/hello-scala-js-opt/main.js to your web server.