rlesniak / tind3r.com

Front end of tind3r.com
MIT License
23 stars 12 forks source link

Fix login error + minor fixes #27

Closed niko247 closed 5 years ago

erlandasz commented 5 years ago

doesn't show distance on PersonCard, looking into why this could be happening rn

rcasiell92 commented 5 years ago

Hey,

Is tind3r working for you? I keep getting the login error. Tried adding your file to chrome and still same issue.

niko247 commented 5 years ago

This must be first deployed to tind3r.com so you can run it normally, if you don't want to wait and want to test it on your local machine you need to import .zip extension from pull request and run your server locally, and change nonStoreId to the extension id that was generated after you added it to chrome (each time it's different) then run server and open localhost:3000

rcasiell92 commented 5 years ago

Can you just walk me through the last bit? would love to test it on my machine.

1) i downloaded the zip extension 2) was able to add it to chrome

How do i change the extension ID and run server?

Appreciate the help

rcasiell92 commented 5 years ago

I see the extension ID, so I guess i just need help figuring out how to

1) run server locally 2) change nonstoreid

niko247 commented 5 years ago

You edit file: In src/const/index.js you paste nonStoreId as your extension id from chrome and like in readme you have to have node and yarn installed and then run in command line where is root of project: yarn install yarn start

niko247 commented 5 years ago

doesn't show distance on PersonCard, looking into why this could be happening rn

@erlandasz Fixed

rlesniak commented 5 years ago

Thank you for your contribution!