Skip to content

Surya-7890/file-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published