A puppeteer-based project to generate load on the AWS cloud-based snake browser game, deployed for the cloud computing course.
- Install node.js and npm, with version as specified in the
engine
field ofpackage.json
- Install dependencies with
npm i
- Copy
.env.example
to.env
and change config values as desired - Set path of
CHROMIUM_EXECUTABLE_PATH
properly. - Set URL (don't forget
http://
prefix and port forURL
) - Run app by executing `npm run start