WebView that is always on top. Just type your link and click in search.
You can use it whenever you want to see a page always on the screen regardless of where to click or which program to open.
| Shortcuts | Description |
|---|---|
| Cmd+J or Ctrl+J | Show dev tools |
| Cmd+B or Ctrl+b | Return to home page |
A guide to use this software
Clone this repository:
git clone git@github.com:JohnAzedo/RocketBrowser.gitThis command will install all dependences. Install npm before do this:
npm installRun application with:
npm startIf you change something in SASS files, run this command:
sass --sourcemap=none --no-cache app/assets/sass/*.sass:app/assets/css/*.css.
├── LICENSE
├── README.md
├── app
│ ├── assets
│ │ ├── css
│ │ │ └── home.css
│ │ └── sass
│ │ └── home.sass
│ ├── controllers
│ │ └── home.js
│ └── home.html
├── app.js
├── config
│ └── settings.js
├── package-lock.json
└── package.json
6 directories, 10 files