Skip to content

kparaju/async-poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Async Poker

Setup Instructions

  1. Clone the repository: git clone https://github.com/kparaju/async-poker.git
  2. Change into the directory: cd async-poker
  3. (Optional) create a virtualenv: virtualenv .env
  4. (Optional) go inside the virtualenv: source .env/bin/activate
  5. Install required python packages: pip install requirements.txt
  6. Create a settings file: cp asyncagile/asyncagile/settings.py.ex asyncagile/asyncagile/settings.py
  7. Modify anything you need to in settings.py
  8. Start the dev server: cd asyncagile; python manage.py runserver

About

Planning Poker for teams distributed across the world

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published