Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.22 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.22 KB

Project "Nana"

An experimental GUI version of Nushell:

image

Dependencies

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.

Linux

Linux dependencies

MacOS

MacOS dependencies

Windows

Windows dependencies

Getting started

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.