zombieFox / hexagonTab

Hexagon bookmarks accented with a chosen colour. Customise the layout, style, background and bookmarks with hexagonTab.
https://zombiefox.github.io/hexagonTab/
GNU General Public License v3.0
101 stars 15 forks source link

How to install? #13

Closed IamCage closed 3 years ago

IamCage commented 3 years ago

hello mate, first thank you for your awesome project. can you write detailed install guide or make it this project on docker? thank you in advance

zombieFox commented 3 years ago

Hi, glad you like the project. Sorry I don't know how to make hexagonTab work with Docker. What are you aiming to achieve or what problem is Docker solving for you?

I'm also reluctant to add something to the project that I don't understand and can't provide support for. So this project is just a Chrome and Firefox extension.

IamCage commented 3 years ago

ahhh okay. the bottom of your code, you write to install with "npm" command, but what is first step? wget -O your code or?

zombieFox commented 3 years ago

Oh, I see! You should clone the repo locally using Git. Then run npm i in the cloned repo folder to install dependencies. Then npm start to run it.

IamCage commented 3 years ago

thank you, thats i need :)