Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

HackerDesktop


A fake hacker desktop with black screen and green font




Package version


CircleCI


License

##

[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:

Screenshot of the hacker desktop

## 💻 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)