- Ensure you have Python and Node.js installed on your system.
-
Clone the repository
-
Install dependencies:
- Option 1: Create a virtual environment
- Navigate to the cloned repository directory.
- Create a virtual environment by running:
python3 -m venv env
- Activate the virtual environment:
- On macOS/Linux:
source env/bin/activate
- On Windows:
.\env\Scripts\activate
- On macOS/Linux:
- Install the dependencies:
pip install -r requirements.txt
- Option 2: Install dependencies globally
- Navigate to the cloned repository directory.
- Install the dependencies:
pip install -r requirements.txt
- Option 1: Create a virtual environment
-
Run
python3 main.py
inside the cloned repository -
Server running at http://localhost:4000