Added build scripts using the cross-platform Just build tool and NuShell shell.
Updated ci to use these build scripts.
Added README info on how to set up development and how to contribute
Addd testing guidelines.
re: just xxx vs cargo stele xxx: From a windows standpoint, since windows doesn't support #! we would need to create a bat file and I think it's just not worth it.
Just
build tool andNuShell
shell.re:
just xxx
vscargo stele xxx
: From a windows standpoint, since windows doesn't support#!
we would need to create a bat file and I think it's just not worth it.