Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wisehackermonkey/blank-black-website


https://github.com/wisehackermonkey/blank-black-website

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# blank-black-website
----
[![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Super simple website that just displays a fully blank black screen

Used as my google chrome home screen so its not showing anything but black screen

# Quick start
### Demo [Click Here](http://www.orancollins.com:11111/)

#### Run with docker
```bash
cd ~
wget https://raw.githubusercontent.com/wisehackermonkey/blank-black-website/master/docker-compose.yml
docker-compose up -d
```
#### visit: `localhost:11111` in your browser

# Summary
### - *[Quick start](#Quick-start)*
### - *[Installation](#Installation)*
### - *[For developers](#For-developers)*
### - *[Contributors](#Contributors)*
### - *[License](#License)*

# Installation
### Build & run from source
```bash
cd ~
git clone https://github.com/wisehackermonkey/blank-black-website.git
cd blank-black-website
docker-compose -f docker-compose.debug.yml build
docker-compose -f docker-compose.debug.yml up
```

-----------------
# For developers

### Publish Docker Image
```bash
docker build -t wisehackermonkey/blank-black-website:latest .
docker login
docker push wisehackermonkey/blank-black-website:latest
```

-----------------
# Contributors

[![](https://contrib.rocks/image?repo=wisehackermonkey/blank-black-website)](https://github.com/wisehackermonkey/blank-black-website/graphs/contributors)

##### Made with [contributors-img](https://contrib.rocks).

-----------------
# License
#### MIT © wisehackermonkey
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
```bash
by oran collins
github.com/wisehackermonkey
[email protected]
20210309
```