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.11) and Bootstrap. Feel free to suggest a better design.
Run
pip install -r requirements.txt
to install everything required to run this project on heroku as well as on your local.
-
Clone this repository using
git clone [email protected]:OpenSourceHelpCommunity/OpenSourceHelpCommunity.github.io.git
-
Go inside main Django app Instructional video on installing Django
cd oshc
-
Collectstatic files using
python manage.py collectstatic
-
Run the app
python manage.py runserver
To run the web app in Debug mode set the DEBUG environment variable.
In Linux, run the export DEBUG=True
command in the terminal.
To deploy on heroku clone the code present in heroku branch.
Feel free to raise and fix issues. For any questions, join #oshc-dev on Slack. Get an invite here.
Note : All design related tasks have reward associated with them.