Running the Project Locally =========================== To run the JetBrains IDE Activation Script locally, follow these steps: 1. **Clone the project:** First, clone the project repository from GitHub: .. code-block:: bash git clone https://github.com/vispar-tech/auto_jetbra 2. **Go to the project directory:** Change your directory to the project folder: .. code-block:: bash cd auto_jetbra 3. **Install dependencies:** Use Poetry to install all the necessary dependencies: .. code-block:: bash poetry install 4. **Start the server:** Run the main script using Poetry: .. code-block:: bash poetry run main.py