azu / faao

Faao is a GitHub issue/pull-request client on Electron.
https://faao.netlify.com/
MIT License
75 stars 3 forks source link
client electron github issue todo

Faao Build Status Netlify Status

Faao is a GitHub Issue/Pull Request client on Electron/Browser.

gif

Features

Usage

Browser

Electron

URL Schems

Development

Browser

yarn start
open http://localhost:3000/

Electron

yarn start
yarn run electron

How to pronounce "Faao"?

Same with How to say "faao"! (High Quality Voices) - YouTube

Structure

Domain

See Domain documents

UseCase

Visualization: Faao - UseCase architecture

And See UseCase documents

Changelog

See Releases page.

Running tests

Install devDependencies and Run npm test:

npm i -d && npm test

Run test files in __tests__ directory by Jest.

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Related Efforts

Author

License

MIT © azu

with based on korat's ViewPool implementation.