Skip to content

steemgg/steemgg-website

Repository files navigation

steemgg-website

The Official Web Site of steemgg

Build Status

Technology Stack

How to run the UI

# get source code
$ git clone https://github.com/steemgg/steemgg-website.git
# cd to the ui folder  
$ cd steemgg-website/ui
# install package dependencies
$ npm install 
# start ui
$ npm run start 

How to run the backend

Using Docker Compose

# get source code
$ git clone https://github.com/steemgg/steemgg-website.git
# enter docker-compose folder
$ cd steemgg-website/docker
# start server
$ docker-compose up -d

How to contribute

  • Github: https://github.com/steemgg/steemgg-website
  • Fork the develop branch (NO master branch, as master branch is ONLY for hot-fixing purpose)
  • Create your feature branch (or bug fix): git checkout -b my-new-feature (or my-bug-fix)
  • Commit your changes: git commit -am 'Add some feature' (or 'fix some bug')
  • Push to the branch: git push origin my-new-feature (or my-bug-fix)
  • Submit a pull request

License

  • MIT
  • YES, it's MIT. So you could use it for Free open source project or Commercial proprietary purpose.
  • We still encourage you to embrace open source, to make our community better.
  • If possible, we still wish you could keep beneficiaries to @steemgg no less than 2% in your project, to support both of us.
    let extensions = [[0, {
        beneficiaries: [
            {
                account: 'steemgg',
                weight: 200
            }
        ]
    }]];