diff options
| author | Bobby <[email protected]> | 2022-12-23 02:33:47 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-12-23 02:33:47 -0500 |
| commit | 7c7e254075e00e2d62899a14667fe2eb173f300a (patch) | |
| tree | 37f2c3193175df9aa9e1e0a7103cd9a5b06821ab | |
| parent | e4bb815501a67192ed8b3667f168f0459847c94c (diff) | |
| download | thatcomputerscientist-7c7e254075e00e2d62899a14667fe2eb173f300a.tar.xz thatcomputerscientist-7c7e254075e00e2d62899a14667fe2eb173f300a.zip | |
Update Readme
| -rw-r--r-- | README.md | 28 | ||||
| -rw-r--r-- | static/images/current/new.png | bin | 698290 -> 0 bytes | |||
| -rw-r--r-- | static/images/current/old.png | bin | 965616 -> 0 bytes | |||
| -rw-r--r-- | static/images/current/old_98.png | bin | 174168 -> 0 bytes |
4 files changed, 13 insertions, 15 deletions
@@ -1,19 +1,6 @@ # That Computer Scientist Source Code for my Personal Website. -## Current Screenshots - - -**Old Browser (Mac OS 9, Classilla 9.3.4)** -- Visible `position: absolute` on `position: relative` elements rendered incorrectly. - - -**Old Browser (Windows 98, Internet Explorer 5)** -- Visible `a` tag color rendered incorrectly. - - -**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 Binary files differdeleted file mode 100644 index b1598968..00000000 --- a/static/images/current/new.png +++ /dev/null diff --git a/static/images/current/old.png b/static/images/current/old.png Binary files differdeleted file mode 100644 index b0307fbe..00000000 --- a/static/images/current/old.png +++ /dev/null diff --git a/static/images/current/old_98.png b/static/images/current/old_98.png Binary files differdeleted file mode 100644 index f69a8340..00000000 --- a/static/images/current/old_98.png +++ /dev/null |
