The Open Source npm desktop GUI.
Runs on Linux, MacOS and Windows..
Install the dependencies...
npm install
or
yarn install
...then start
npm run dev
or
yarn dev
Please read our Contributing Guide before submitting a Pull Request to the project.
For additional help, you can use one of these channels to ask a question:
To create an optimized version of the app:
npm run dist
or
yarn dist