refresh-sf icon indicating copy to clipboard operation
refresh-sf copied to clipboard

Unhandled error on site

Open pravid opened this issue 6 years ago • 3 comments

Site not working. Any solution or alternative to this?

pravid avatar Apr 25 '18 09:04 pravid

This is duplication of #40 that was closed and open as #41. refresh-sf haven't maintained for years, I would say is disconnected.

laukstein avatar Apr 25 '18 10:04 laukstein

Any way to use it locally?

pravid avatar Apr 26 '18 13:04 pravid

@pravid clone the repo and run the following

npm install // installs npm dependencies
npm install grunt -g // if you don't have grunt
npm install bower -g // if you don't have bower
gem install sass // if you have ruby installed but not sass
bower install // installs bower dependencies
grunt // runs API and client

This will run the API on localhost:3000 and the client on localhost:8000.

Looking at all this now makes me cringe. 😬

gpbmike avatar Apr 26 '18 16:04 gpbmike