Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 378 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 378 Bytes

Set up

  1. Set up and run https://github.com/9to5tv/socket-server

  2. Create env.config.js in root level of directory

module.exports = {
  development: {
    PUSHER_KEY: '[PUSHER APP KEY]',
    SERVER_URL: 'http://localhost:3000'
  },
  production: {
    PUSHER_KEY: '[PUSHER APP KEY]',
    SERVER_URL: '[AUTH SERVER URL]'
  }
};
  1. npm install

  2. npm start