RaphaelBRodrigues / vtex-utils-extension

VHelpx is an open source browser extension with some helpers that will make easier the life of those who work with the VTEX ecosystem.
https://chrome.google.com/webstore/detail/vtex-utils/pbeccppphodgankmbikfdlodceghmmgo
GNU General Public License v3.0
16 stars 2 forks source link
browser browser-extension chrome chrome-extension extension javascript jest scss typescript vtex webpack

VHelpx - VTEX Utils

Licence Chrome Web Store Users Chrome Web Store Users

VHelpx is a browser extension with some helpers that will make easier the life of those who work with the VTEX ecosystem.

Some Features:

Stack

Dependencies

Enviroment

This is the list of the softwares that are necessaries to run this project

You can use nvm to switch your node version to 14.15.1

Installation

Run the following steps in your terminal:

Run the project

Once you installed all dependecies you will be able to start the project, use the following command to the webpack start building the files

  npm start

Now you can see it running on http://localhost:3000, but only some features are available on localhost, to run everything you must install the extension in your browser

Installing the extension for test

Follow this steps to install the extension in your browser

Manage Extensions

Developer Mode

Load unpacked extension

Installed extension

Contributing

Contributions are super welcome, to do it you must fork this repository and then make a pull request when everything is ok

Commit

There is a commit linter installed in the repository, so the commit messages must follow this standard:

e.g:

  git commit -m "fix(header): adjusting close button"


Links

Chrome Web Store
Homepage
Repository