First, install the necessary modules with
npm install
Then, rename config.js.example
to config.js
, making sure to change the values to fit your environment.
Finally, build the web pack and start the server
npm run pack
node index.js
- Modal.js: Used for displaying the player modal
- Rainbow Background CSS Effect: Used for the modal's changing background
- Croquis.js: HTML5 Drawing tool library
- Color Thief: Used for finding the dominant color and determining the current winner.