diff --git a/README.md b/README.md index a4510f3..bc5e385 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Welcome! This app is designed to allow a software development team to play "Plan Clone the repository, open a command line/terminal, and cd into the directory. -Next, start the server by typing in console: +Next, start the server by typing: ```npm install``` @@ -25,5 +25,10 @@ Once the server is running, open the app in your browser by navigating to: local You can open multiple tabs to see how multiple users can submit their estimations and view the results. +## How to deploy the app + +To rebundle: + +```browserify site/poker.js > site/bundle.js``` Thanks for viewing! diff --git a/site/bundle.js b/site/bundle.js index f11085e..0e00b38 100644 --- a/site/bundle.js +++ b/site/bundle.js @@ -1552,7 +1552,7 @@ // JavaScript source code // function () { -var cards = [0, 0.5, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, "?", "coffee cup"]; +var cards = [0, 0.5, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 34, 55, 89, 144, "??", "coffee cup"]; var app = angular.module("PokerApp", ["socketService"]);