evanliomain / css-battle-toolbox

2 stars 0 forks source link

A set of tools for Css Battle, directly in the battle interface.

Features :

Minification and prettification work well with code style like :

<!-- Some html -->
<style>
  // Some css
<style>

PR are well come ;).

How to contribute

Install extension locally

  1. Install dependancies with npm install
  2. Run npm run dev
  3. Open your browser and navigate to chrome://extensions/
  4. Toggle development mode if needed
  5. Load unpacked extension as describe here: https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked
  6. Choose dist directory as the extension
  7. Modify the code and it should be reload automatically

Message commit

Stay short and easy to understand. Use gitmoji to prefix your commit message with an emoji.

Submit PR

To contribute, submit a PR and I will review it as soon as possible.

Please do NOT take PR comment review personnaly, it just a way to keep code clean and maintenable.

Try to keep comment short and easy to understand. Try to follow the conventional comments.