speakerfight
speakerfight copied to clipboard
The Easier way to choose the best talks.
The Easier way to choose the best talks.
How to Contribute
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
How to Install
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.
Normal Installation
$ git clone [email protected]:luanfonceca/speakerfight.git
$ cd speakerfight
$ make setup
$ python manage.py runserver
Docker Installation
Dependencies:
$ git clone [email protected]:luanfonceca/speakerfight.git
$ cd speakerfight
$ docker-compose build
$ docker-compose run web make setup
$ docker-compose up