/BU-ECOClicker

BU Code Jam 2024 Submission

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

BU-ECOClicker

BU Code Jam 2024 Submission

Instructions

To run this file, you must create a virtual environment To do this, open a Terminal in VSCode and run:

python -m venv .venv

Then, activate it.

.\.venv\Scripts\activate

Next, install the packages in the virtual environment.

pip install -r requirements.txt

To discard any changes that you make, use this command in the terminal.

git reset --hard HEAD