This project consists of a client, server, and Python components.
/client
: Contains the frontend code/server
: Contains the backend server code/
: Root directory contains Python scripts and configuration files@conf.py
: Python configuration script that sets up the Python environment
Follow these steps to set up the project on your local machine:
-
Clone the repository:
git clone https://github.com/eldrgeek/Helper.git cd Helper
-
Run the setup script:
chmod +x setup.sh ./setup.sh
This script will install all necessary dependencies for the client and server components, set up a Python virtual environment, and run the Python configuration script.
-
Start the server:
npm run start:server