How to run telemate on local pc
-
clone the site to your local pc using "https://github.com/Telemate/Telemate.git"
-
Install python and node.js if not installed on your pc and install django module using terminal command "pip install django"
-
go to the path "Telemate\TelemateServer\site"
-
open your terminal and type "npm i"
-
go to the path "Telemate\TelemateServer"
-
open your terminal and type "npm i"
-
In path "Telemate\TelemateServer" open you terminal and type "python manage.py runserver"
-
In path "Telemate\TelemateServer\site" open terminal and type command "npm start"
-
now visit url "http://localhost:3000/" and site will run on your localhost