An experimental GUI version of Nushell:
First, install the dependencies in order to build the project. You'll need, at least:
Once Yarn and Node have been installed, you can run: yarn install
.
Finally, you can optionally install just
.
Since, Nana
relies on Tauri to run the application, additional dependencies are required depending
of your current operating system.
To start the project, run yarn tauri dev
. If you use just
,
just watch
and just build
, and run just
will show all the available commands.
Last, but not least, to build a release, just run: yarn tauri build
.