Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jarne/hackerdesktop
⌨️ A fake hacker desktop with black screen and green font
https://github.com/jarne/hackerdesktop
apps desktop font green hacker windows
Last synced: 2 months ago
JSON representation
⌨️ A fake hacker desktop with black screen and green font
- Host: GitHub
- URL: https://github.com/jarne/hackerdesktop
- Owner: jarne
- License: mit
- Created: 2019-04-25T10:31:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T04:02:58.000Z (8 months ago)
- Last Synced: 2024-05-17T05:24:03.802Z (8 months ago)
- Topics: apps, desktop, font, green, hacker, windows
- Language: JavaScript
- Homepage: https://d2l8gyoh7b3otl.cloudfront.net
- Size: 1.43 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
HackerDesktop
A fake hacker desktop with black screen and green font
##
[Description](#-description) | [Development environment](#-development-environment) | [Contribution](#-contribution) | [License](#%EF%B8%8F-license)
## 📙 Description
This is a fake hacker desktop web app, built with JavaScript and jQuery / jQuery UI.
Here's a screenshot of the app:
## 💻 Development environment
In order to run the application, you first need to install the development dependencies with:
```
$ npm install
```Then, you can start the development web server with:
```
$ npm start
```This app is using the [Parcel](https://parceljs.org) bundler, so you need to have installed Parcel in order to start the development server.
You can create a production build using:
```
$ npm run build
```The files are created in the `dist`-folder.
## 🙋 Contribution
Contributions are always very welcome! It's completely equally if you're a beginner or a more experienced developer.
Please read our **[Contribution Guidelines](CONTRIBUTING.md)** before creating an issue or submitting a pull request.
Thanks for your interest 🎉👍!
## 👨⚖️ License
[MIT](https://github.com/jarne/HackerDesktop/blob/master/LICENSE)