Skip to content

bkhant1/drunkpoker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drinking poker

Running locally

To start live reload of code for the elm frontend:

npm install --global elm elm-live
cd drunkpoker/elm/frontend
elm-live --no-server --port 1234 --no-server src/Main.elm -- src/Main.elm --output=elm.js

To start the django development server:

python -m pip install -r requirements.txt
python manage.py runserver

The app will be available at https://localhost:8000

Players are automatically assigned an ID through cookies, for testing with more than one player, check out firefox multi account containers

Deployment

The app is hosted on heroku. See the Procfile for deployment commands if you're looking to deploy somewhere else.

If auto-deploy is activated in heroku, any push to master will also automatically deploy. Otherwise, connect to heroku and trigger a manual deploy

About

A drinking poker game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published