Frontend code for multiplayer dice web game dix-mille.com.
Single and multiplayer (2 or more players) game modes. Responsive - works on computers, tablets and phones.
yarn start
yarn test
yarn deploy
- Run the dev server locally on your computer
- Make sure your phone/tablet is on same wifi network as your computer
- Access the site using the IP address specified by the dev server (usually http://192.168.1.66:3000)
- Although the website is being served locally, it is 'talking to' the prod DB and cloud functions. Therefore, to play a game with it, you need the other players to be using the prod app.