kirbyjs / 500

A web app for the card game 500
MIT License
0 stars 0 forks source link

500

Playing Instructions

See Player's Guide for more details

Contribution

Starting Locally

  1. $ docker-compose up
    • This will spin up the local aws environment so that we can get a production like environment locally.
  2. $ yarn run start
    • This will start the webpack-dev-server and will hot-reload the application

Note on lambda logging

:notebook: There is no output logs for the lambda right out of the box. To enable this run:

sh ./scripts/local/listen-to-lambda-logs.sh [actions|websocketDisconnection] # Note "actions" or "websocket" are the lambdas that exist in this repo. 

Logs do have to exist from the lambda before starting that script. It will also pick up previous logs that occurred.