aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3f95c014745974f52e6c177a308fc8d14aba4388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Styx File Manager

A File Manager built on Electron. Supports macOS & Linux



#### Contribution Needed!

![5c8ed7084b400](https://i.loli.net/2019/03/18/5c8ed7084b400.png)

#### How to run:

Clone the repository

```
git clone https://github.com/luciferreeves/bexplorer.git
```

Install dependencies

```
npm install
```

Start app

```
npm start
```

make changes, push to github.