https://github.com/wisehackermonkey/shitty-90s-website
recreation of a 90's era websites made for fun :)
https://github.com/wisehackermonkey/shitty-90s-website
Last synced: 3 months ago
JSON representation
recreation of a 90's era websites made for fun :)
- Host: GitHub
- URL: https://github.com/wisehackermonkey/shitty-90s-website
- Owner: wisehackermonkey
- License: mit
- Created: 2021-02-08T07:19:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T21:32:06.000Z (about 4 years ago)
- Last Synced: 2025-01-07T15:44:04.577Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 2.13 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shitty-90s-website
### recreation of a 90's era websites made for fun :)
```bash
by Oran C
github.com/wisehackermonkey
20210207
```
# Deploy website
## how to build docker
```bash
docker build -t wisehackermonkey/shitty-90s-website:latest .
docker login
docker push wisehackermonkey/shitty-90s-website:latest
```## run
```bash
docker-compose up -d
```