This project is initially focused on development for Linux environment.
The first step would be to install wails. Run the following command to install wails.
go install github.com/wailsapp/wails/v2/cmd/wails@latestPlease verify that you have Go 1.18+ installed
Run the following command to verify if you have the correct dependencies installed.
If not, it will advise on what is missing and help on how to rectify any problems.
wails doctorgit clone https://github.com/Surya-7890/file-manager.git file-managercd file-manager/
go mod tidycd frontend
npm installcd ../
wails dev