Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.46 KB

README.md

File metadata and controls

64 lines (42 loc) · 1.46 KB

Quick Note

This project is initially focused on development for Linux environment.

Gettting Started

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

System Check

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

Cloning and Starting Development

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