From 67675a8d6e8043c6d77109529bdb9ca7767aa12c Mon Sep 17 00:00:00 2001 From: DiamondNether90 Date: Tue, 30 Sep 2025 03:40:11 +1000 Subject: [PATCH] Added readme.md --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..1af962e --- /dev/null +++ b/readme.md @@ -0,0 +1,9 @@ +To set up the website, enter this folder and run + +`python index.py` + +Then, in another terminal, open `index.html`. You can do this directly or with + +`start index.html` (windows) +`open index.html` (macOS) +`xdg-open index.html` (Linux Debian or Arch) \ No newline at end of file