diff options
| author | Kumar Priyansh <[email protected]> | 2018-11-13 12:37:00 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-11-13 12:37:00 +0530 |
| commit | 2534a4d56b475d889a2aeb4e5c6c35540ee7f7e2 (patch) | |
| tree | 0cbf049c1af76ceead4ad9967690860cfa3291ce /README.md | |
| parent | 5216879601ab0f7bee68c567c7bf8c515ec92c2b (diff) | |
| download | aboutscreen-2534a4d56b475d889a2aeb4e5c6c35540ee7f7e2.tar.xz aboutscreen-2534a4d56b475d889a2aeb4e5c6c35540ee7f7e2.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 44 |
1 files changed, 43 insertions, 1 deletions
@@ -1,2 +1,44 @@ # aboutscreen -About Screen for BackSlash Linux + + + +**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 + + + + + +## 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 +``` |
