written in scala with calico and snow
check it out on https://nwak.nostr.technology/
here is one way you can build and host a local copy of nwak
:
- install nix the package manager, and make sure flakes are enabled
- checkout this repo and
cd
into it nix develop
will get you into a dev environment with all the things (sbt
)sbt fullLinkJS/esBuild
will build the all importantbundle.js
filepython3 -m http.server 8743
will serve up the html/js app at http://localhost:8743
after step 3 of the the above, run just
if you have it installed.
that should set up a process that will continuously recompile the javascript while also serving the webpage at http://localhost:8743