From f5b6aa518683d5ee95fb5e27c0d42ac3a0dbeaad Mon Sep 17 00:00:00 2001 From: MatejGroombridge Date: Thu, 31 Jul 2025 14:40:47 +1000 Subject: [PATCH 1/2] readme change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a4f237..d49598e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Co-op Soc Website +# Co-op Soc Website 2025 This repository houses the source code for UNSW Co-op Society's website, hosted at [https://coopsoc.com.au](https://coopsoc.com.au) and written in From 83983f377df39fd0ea15ead5e7b852da1ae784c1 Mon Sep 17 00:00:00 2001 From: MatejGroombridge Date: Thu, 31 Jul 2025 14:42:21 +1000 Subject: [PATCH 2/2] Stuff --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d49598e..8f25c25 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To run the website on your local machine, do the following: 2. Go into the repository and run `yarn install` to install all required packages. 3. Run `yarn dev` to launch the website. After executing this command, the website should be available at `http://localhost:3000`, where any edits made to the - website's source code should be immediately reflected on the webpage. + website's source code should be immediately reflected on the webpage. aaa ## Maintaining