Skip to content

cmdrwebdev/OpenSourceHelpCommunity.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Source Help Community

Build Status Coverage Status

OSHC

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]

After every commit, the develop branch on github is automatically deployed to opensourcehelpcommunity-dev.herokuapp.com and the master branch is automatically deployed to opensourcehelpcommunity.herokuapp.com . All the development is done on develop branch and once we're ready for a new release we merge the develop branch with the master branch. Please submit your pull request based on develop branch.

This is using Django(1.11) and Bootstrap. Feel free to suggest a better design.

Please submit your pull request on develop branch, it will have the most recent changes.

How to Contribute

This is an Open Source project and we would be happy to see contributors who report bugs and file feature requests submitting pull requests as well. This project adheres to the Collaborative code of conduct. By participating, you expect to maintain the code of conduct. Before creating New issue and Pull request, please refer to the template.

Installations

Run

pip install -r requirements.txt

to install everything required to run this project on heroku as well as on your local.

To run this in your local

  1. Clone this repository using

    git clone git@github.com:OpenSourceHelpCommunity/OpenSourceHelpCommunity.github.io.git
    
  2. Go inside main Django app Instructional video on installing Django

    cd oshc
    
  3. Collectstatic files using

    python manage.py collectstatic
    
  4. 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.

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.

About

Open source help community website

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.0%
  • Python 36.0%
  • CSS 17.6%
  • JavaScript 0.4%