The client for permeon steem app.
https://permeon.github.io/permeon-client/dist
git clone https://github.com/permeon/permeon-client.git && cd permeon-client
yarn install
yarn start
to run for devyarn test
to run tests
- fork repo
yarn install
yarn start
- create a new git branch with a name describing feature/fix
feature/upvote_downvote_comments
- make changes
- run tests
yarn test
- run prettier
yarn prettier
- open a pull request to master