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
cdinto it nix developwill get you into a dev environment with all the things (sbt)sbt fullLinkJS/esBuildwill build the all importantbundle.jsfilepython3 -m http.server 8743will 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
