DEV Community

Discussion on: Who's looking for open source contributors? (November 5th edition)

Collapse
 
juliansoto profile image
Julian Soto

In the package.json file, you can see different scripts to run the application, use npm start to run the app on a dev environment, or use the electron-builder module to pack and distribute the app. You can find more info about electron-builder here: github.com/electron-userland/elect...

Thread Thread
 
mandaputtra profile image
Manda Putra

okay. any of todo list?

Thread Thread
 
juliansoto profile image
Julian Soto • Edited

Hi!
There are some basic features that are needed, like multiple file selection, clipboard, recursive search, view settings, group by, sort by, etc.
Also, I am planning to integrate Git to manage files versions, something like VS Code does.