How to run github repos in replit?

I want to run this repo on replit: GitHub - virattt/chat_app: An LLM-powered chat application that uses Django, React, and LangChain.

But it has separate frontend and backend and asks me to run a lot of commands on shell. How can I go about it?

You should be able to upload it in Replit (use Python) and it should work fine. If it uses Django, (pretty sure it does) Python can be a backend. IDK what Django is but I’m pretty sure it’s a frontend. Running commands on Shell should not be a problem either.

I personally would build it manually using a tutorial if it exists for that repo instead of uploading the GitHub repository.