Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 337 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 337 Bytes

Demo

https://soitchu.com/battle/

How to install

Run the following command:

npm install && npm start

THen it will display the port number at which the server is running.

Installing on Glitch

You'll need to pass the "--no-sandbox" argument to puppeteer. This is done because Glitch projects run inside docker containers.