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@latest
Please 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 doctor
git clone https://github.com/Surya-7890/file-manager.git file-manager
cd file-manager/
go mod tidy
cd frontend
npm install
cd ../
wails dev