In case if you want to contribute with code, I recomend you to look at our Roadmap. In that section you will find many issues to help us to keep on track of an awesome project timeline.
See our CONTRIBUTING.md file to understand how we code.
-
Roadmap Issues
- Review Pull Requests
- Review Issues
- Blogposts
After installation, you will have two users created "admin:admin" and "user:user". In order to use the Social Authentication you need to setup the django-allauth by yourself, for security reasons.
$ git clone git@github.com:luanfonceca/speakerfight.git
$ cd speakerfight
$ make setup
$ python manage.py runserver
$ git clone git@github.com:luanfonceca/speakerfight.git
$ cd speakerfight
$ docker-compose build
$ docker-compose run web make setup
$ docker-compose up