In DevSociety, Developers from around the world can join the community of developers to discover more people and explore their projects.
The first thing to do is to clone the repository:
$ git clone https://github.com/shreyan-haldankar/devsociety-dev.git
Install requirements using:
$ pip install -r requirements.txt
Once pip
has finished installing the requirements:
$ python manage.py runserver
And navigate to http://127.0.0.1:8000/
.