We are trying to create a medium where people who want to start with contributing to open sources and open source contributors meet and discuss their thoughts and questions(Getting Started With Open Source).
Website [WIP]
This is using Django(1.7.6) and Bootstrap. Feel free to suggest a better design.
-
Clone this repository using
git clone git@github.com:OpenSourceHelpCommunity/OpenSourceHelpCommunity.github.io.git
-
Go inside main Django app Instructional video on installing Django
cd oshc
-
Syncdb
python manage.py syncdb
-
Change path to static files in settings.py
Right now this file is having path of my local. Just change the machine's username to your own.
STATICFILES_DIRS = ()
-
Run the app
python manage.py runserver
Feel free to raise and fix issues. For any questions, join #oshc-dev on Slack.
Note : All design related tasks have reward associated with them.