Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wisehackermonkey/blank-black-website
https://github.com/wisehackermonkey/blank-black-website
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wisehackermonkey/blank-black-website
- Owner: wisehackermonkey
- License: mit
- Created: 2021-03-09T20:25:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T08:31:56.000Z (almost 4 years ago)
- Last Synced: 2024-11-10T12:44:47.543Z (2 months ago)
- Language: Dockerfile
- Homepage: https://b.oranc.repl.co
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```