From: Damian Myrda Date: Fri, 26 Apr 2024 04:11:24 +0000 (-0500) Subject: Add image X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=d9a291d2d6a4839ac103b6dce74bf285029a30b1;p=csc.git Add image --- diff --git a/README.md b/README.md index 1f5f08b..ee82b06 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Computer Science Club Website A website for Computer Science Club made during a mini-hackathon. +![home page](./assets/home.png) + ## setup ### environment To setup the server environment, run `python -m venv .` in the root of the project. Then, execute `. ./bin/activate` and you should be in the virtual environment. Next, run `pip install flask schoolopy jsonpickle cachecontrol google-auth google_auth_oauthlib` to install all the dependencies. Now, exit using by running `exit`. diff --git a/assets/home.png b/assets/home.png new file mode 100644 index 0000000..0c8e0db Binary files /dev/null and b/assets/home.png differ