how am i able to run django-official websites locally

I’m new to open source project and trying to make some contribution. since I’m trying to find the bug for development version of the webpage, I’m trying to figure out how to display webpages locally. much appreciated!

Are you looking to contribute to the documentation? There’s a guide: https://docs.djangoproject.com/en/dev/internals/contributing/writing-documentation/

Otherwise the actual site is here, with a setup guide and a few GitHub issues: https://github.com/django/djangoproject.com

thank you for the response! I didn’t even think about that since “writing-documentation” probably distracted me from looking into it because of the name…anyway, much appreciated!

I was thinking about contributing to the source code of Django framework. I have been looking into those “easy picking” issues, but not sure if im able to handle them, so im just tryna reach out to see what is the best to solve them and hopefully see if i can make some contribution or learn something from it