Skip to content

AugustoL/SteemBlog

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

SteemBlog

Install

git clone https://github.com/AugustoL/SteemBlog

npm install

Config

Edit the config file with the blog title, social media urls and username in steemit inside the src folder.

Example:

{
  "blogTitle": "AugustoL SteemBlog",
  "facebookLink": "https://fb.com/augusto8",
  "twitterLink": "https://twitter.com/LembleAugusto",
  "linkedinLink": "https://ar.linkedin.com/in/augustolemble",
  "githubLink": "https://github.com/AugustoL",
  "steem": {
    "username": "augustol",
    "fromPost": 10000
  }
}

Edit the index.html file on src folder with teh correct values on header tag.

Develop

Run npm start to develop and enable the hot reloading.

Build

Run npm run build to build the production version.

About

Blog showing content form steem blockchian using steemit platform and api.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published