aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-12-23 02:33:47 -0500
committerBobby <[email protected]>2022-12-23 02:33:47 -0500
commit7c7e254075e00e2d62899a14667fe2eb173f300a (patch)
tree37f2c3193175df9aa9e1e0a7103cd9a5b06821ab
parente4bb815501a67192ed8b3667f168f0459847c94c (diff)
downloadthatcomputerscientist-7c7e254075e00e2d62899a14667fe2eb173f300a.tar.xz
thatcomputerscientist-7c7e254075e00e2d62899a14667fe2eb173f300a.zip
Update Readme
-rw-r--r--README.md28
-rw-r--r--static/images/current/new.pngbin698290 -> 0 bytes
-rw-r--r--static/images/current/old.pngbin965616 -> 0 bytes
-rw-r--r--static/images/current/old_98.pngbin174168 -> 0 bytes
4 files changed, 13 insertions, 15 deletions
diff --git a/README.md b/README.md
index fb246e2f..f866b722 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,6 @@
# That Computer Scientist
Source Code for my Personal Website.
-## Current Screenshots
-
-![Old Mac OS 9 Browser](static/images/current/old.png)
-**Old Browser (Mac OS 9, Classilla 9.3.4)**
-- Visible `position: absolute` on `position: relative` elements rendered incorrectly.
-
-![Old Windows 98 Browser](static/images/current/old_98.png)
-**Old Browser (Windows 98, Internet Explorer 5)**
-- Visible `a` tag color rendered incorrectly.
-
-![New Browser](static/images/current/new.png)
-**New Browser (Mac OS 13.0.1, Chrome 107.0.5304.110) _- Properly rendered._**
-
## Specifications
- Server: [Nginx](https://www.nginx.com/)
- Language: [Python](https://www.python.org/), [HTML](https://www.w3schools.com/html/), [CSS](https://www.w3schools.com/css/), [JavaScript](https://www.javascript.com/)
@@ -29,9 +16,20 @@ Install [Python](https://www.python.org/downloads/). Then install requirements:
pip install -r requirements.txt
```
-Run the server:
+Install localtunnel (will need to prefix with `sudo` on Linux and Mac):
+```bash
+npm install -g localtunnel
+```
+
+## Start the Server
+First, make the `runserver.sh` file executable:
+```bash
+chmod +x runserver.sh
+```
+
+Then, run the server:
```bash
-python manage.py runserver
+./runserver.sh
```
<!-- Footnotes -->
diff --git a/static/images/current/new.png b/static/images/current/new.png
deleted file mode 100644
index b1598968..00000000
--- a/static/images/current/new.png
+++ /dev/null
Binary files differ
diff --git a/static/images/current/old.png b/static/images/current/old.png
deleted file mode 100644
index b0307fbe..00000000
--- a/static/images/current/old.png
+++ /dev/null
Binary files differ
diff --git a/static/images/current/old_98.png b/static/images/current/old_98.png
deleted file mode 100644
index f69a8340..00000000
--- a/static/images/current/old_98.png
+++ /dev/null
Binary files differ