Honest is the social media network where you can earn Bitcoin if you create value.
We open-sourced the front-end code for Honest. If you spot a bug or would like to introduce a change, simply submit a Pull Request.
To setup your development you need to have node 9 and npm installed.
This will install dependencies, build the app and start the server. Once starter, the app will connect to real production servers:
npm install
npm run build
npm run start
- Your PR needs to be reviewed by at least one person from Honest
- Guidelines for commit messages: https://gist.github.com/stephenparish/9941e89d80e2bc58a153
- Install tslint (https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin) in your VS Code.
- Add to your VS code's settings:
"editor.codeActionsOnSave": {
"source.fixAll": true
}
bitcoincash:qp2rmj8heytjrksxm2xrjs0hncnvl08xwgkweawu9h
Apache 2.0