The Official Web Site of steemgg
- Programming Language: Javascript
- Backend: Node.js
- Frontend: Vue.js
- Database: Redis/MySQL
- Blockchain: STEEM
- CDN: IPFS
# 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
- Pre-requisite: Install and set up docker and docker-compose on your machine.
# 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
- 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
- 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
}
]
}]];