Temasys / getaroom

Simple WebRTC audio/video conferencing demo using SkylinkJS and React.
http://getaroom.io
171 stars 91 forks source link

I need help to get started #28

Open luchopb opened 6 years ago

luchopb commented 6 years ago

Hello how are you? I'm new to this and I need help to start using the tool. I just registered in Temasys and I already have my API KEY. I downloaded the files of this GIT and I uploaded them to my server but when I open the web it says that there are missing files: "loader.js" and I can not make it work. Can someone give me a hand? Thank you

rommel-temasys commented 6 years ago

replace.zip

Please start with a clean copy of the project, and download and unzip the attached the file.

Replace index.html in /source folder Replace app.styl in /source/styles

  1. npm install grunt and npm install -g grunt-cli (if you haven not installed previously)
  2. go to package.json file
  3. look for "grunt-contrib-imagemin" and update the version to "^0.9.2"
  4. npm install
  5. cd node_modules/grunt-contrib-imagemin
  6. npm install imagemin@4.0.0
  7. grunt stage and grunt publish should work without errors

I hope this helps.