You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Go to [https://v2.steemconnect.com/dashboard](https://v2.steemconnect.com/dashboard) and create a new app, it currently costs 3 STEEM.
17
-
- add the Redirect URI - http://localhost:3000/auth/
19
+
- add the Redirect URI - http://localhost:3000/auth/
18
20
- open ```config.example.js``` and rename to ```config.js``` enter your ```client_id``` from steemconnect and redirect uri to 'http://localhost:3000/auth/', update the session secret to a new secure random string
19
21
- npm install // to download dependencies
20
22
- npm start // run the project on default port 3000
0 commit comments