This project is a React front end to display the posts from the @creativecrypto Steem account. Please visit this post for more information about the project.
If you'd like to copy or fork this repo, there are only a few changes you'll have to make to get it up and running.
- First run
npm install
to get all of the node modules installed. - Then go to
src/actions/index.js
. In thegetPosts()
andgetPost()
functions, change the username to whichever Steem account you'd like to pull in posts from. - After that it's just a matter of updating the branding and styling however you like!
It is currently in development -- more details to come soon!
This project is licensed under the terms of the MIT license.