Skip to content

s24569/OpenSourceHelpCommunity.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Open Source Help Community

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]

How it looks currently

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

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. Syncdb

    python manage.py syncdb
    
  4. 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 =  ()
    
  5. 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.

About

Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.9%
  • Python 39.5%
  • CSS 6.6%