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: 4 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 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T21:32:06.000Z (over 5 years ago)
- Last Synced: 2025-02-25T02:45:35.680Z (over 1 year 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
```