From 7c7e254075e00e2d62899a14667fe2eb173f300a Mon Sep 17 00:00:00 2001 From: Bobby Date: Fri, 23 Dec 2022 02:33:47 -0500 Subject: Update Readme --- README.md | 28 +++++++++++++--------------- static/images/current/new.png | Bin 698290 -> 0 bytes static/images/current/old.png | Bin 965616 -> 0 bytes static/images/current/old_98.png | Bin 174168 -> 0 bytes 4 files changed, 13 insertions(+), 15 deletions(-) delete mode 100644 static/images/current/new.png delete mode 100644 static/images/current/old.png delete mode 100644 static/images/current/old_98.png 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 ``` diff --git a/static/images/current/new.png b/static/images/current/new.png deleted file mode 100644 index b1598968..00000000 Binary files a/static/images/current/new.png and /dev/null differ diff --git a/static/images/current/old.png b/static/images/current/old.png deleted file mode 100644 index b0307fbe..00000000 Binary files a/static/images/current/old.png and /dev/null differ diff --git a/static/images/current/old_98.png b/static/images/current/old_98.png deleted file mode 100644 index f69a8340..00000000 Binary files a/static/images/current/old_98.png and /dev/null differ -- cgit v1.2.3