git clone https://github.com/ya-sonia/Bidirectional-Translator-ENG-to-KSH.git
cd Bidirectional-Translator-ENG-to-KSHMake sure node and npm is installed
cd frontend
npm installmake sure python is installed
cd translation_backend
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage,py createsuperuser
python manage.py runserver