-# computer_science_club
-A website for Computer Science Club. It was made during a mini-hackathon.
+# Computer Science Club Website
+A website for Computer Science Club made during a mini-hackathon.
## setup
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``` to install all the dependencies. Now, exit using by running ```exit```.