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.git
This command will install all dependences. Install npm before do this:
npm install
Run application with:
npm start
If 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