Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 324 Bytes

Readme.md

File metadata and controls

22 lines (14 loc) · 324 Bytes

weplay-web

How to install

$ npm install

Then run it with the following ENV vars:

  • WEPLAY_PORT - pointing to the port you want to listen on (3000)
  • WEPLAY_IO_URL - io server url (http://localhost:3001)
  • WEPLAY_REDIS - redis uri (localhost:6379)
$ node index

License

MIT