Android logcat viewer written in HTML, CSS and Javascript
Now only avaiable on MacOS!!
- Fork this repository to your own account and clone the repository to your local drive.
- Install the dependencies:
npm install
- Build the code and let the watcher keeps watch:
npm run watch
- Open another terminal, and run the app:
npm run app
Start to fix bugs, add new features, whatever you want.