Skip to content

Commit 5168b85

Browse files
Update README.md
1 parent 9867eee commit 5168b85

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# boilerplate
1+
# boilerplate
2+
3+
## setup & install
4+
- install node.js & NPM - [https://nodejs.org/en/](https://nodejs.org/en/)
5+
- clone repo
6+
- Go to [https://v2.steemconnect.com/dashboard](https://v2.steemconnect.com/dashboard) and create a new app, it currently costs 3 STEEM.
7+
- add the Redirect URI - http://localhost:3000/auth/
8+
- 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
9+
- npm install // to download dependencies
10+
- npm start // run the project on default port 3000
11+
- navigate to localhost:3000 in your browser
12+
- click on the blue 'login with steemconnect to authenticate your app'

0 commit comments

Comments
 (0)