It would be helpful to have a contributing.md file outlining basic guidelines for new contributors, and how to setup a local dev environment. So everyone knows the workflow and coding style.
Monorepo for Tangled
tangled.org
Add a contributing.md #454
open
opened by
awalvie.bsky.social
awalvie.bsky.social
(author)
If you have nix on your system, with experimental-features = nix-command flakes set
-
appview $ nix run .#watch-appview
-
knotserver $ nix run .#watch-knotserver
This gets the appview running with air, but the knotserver dies because I'm not sure how to pass through the KNOT_SERVER_SECRET
awalvie.bsky.social
(author)
Whoops, didn't realize issues supported md formatting.
# appview
$ nix run .#watch-appview
# knotserver
$ nix run .#watch-knotserver
If you don't want to setup / deal with nix though, I think directly using https://github.com/air-verse/air should work too:
# knotserver
$ air -c .air/knotserver.toml
# appview
$ air -c .air/appview.toml
+1 i want this as well.
trying to implement some of the feature requests, but can't seem to figure out how to run a local development setup of appview + knotserver.