Socialify

Folder ..

Viewing README.md
44 lines (21 loc) • 778.0 B

 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
34
35
36
37
38
39
40
41
42
43
44
# aboutscreen



**aboutscreen** is a desktop application built with Electron framwork that displays the "About the System" data for BackSlash Linux systems.



This app can be used to display about screen on any Desktop OS.



#### Screenshot

![5bea77f7b1b89](https://i.loli.net/2018/11/13/5bea77f7b1b89.png)



## Contributing

Feel free to open an [issue](https://github.com/luciferreeves/aboutscreen/issues) about the application.



## Building from Source

Fork the repository and Install [NodeJS](https://www.nodejs.org) and run the following commands to check if it is working:

```
node -v
npm -v
```

If everything is correct, you wil get version numbers for Node and NPM. Next, install the dependencies:

```
npm install
```

Finally, run the app

```
npm start
```