Skip to content

johnazedo/rocket-browser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

πŸš€ RocketBrowser Always on Top

License

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.

gif

Shortcuts

Shortcuts Description
Cmd+J or Ctrl+J Show dev tools
Cmd+B or Ctrl+b Return to home page

How to use?

A guide to use this software

Install and usage

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

SASS compile command

If you change something in SASS files, run this command:

sass --sourcemap=none --no-cache app/assets/sass/*.sass:app/assets/css/*.css

Project structure

.
β”œβ”€β”€ 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

Authors

About

πŸš€ RocketBrowser Always on Top

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 41.1%
  • HTML 32.4%
  • CSS 26.5%