Files
browser-wakatime/DEVELOPMENT.md
Juan Sebastian velez Posada 7d795f854f chore: add support for Content scripts (#182)
* chore: add support for Content scripts

* chore: run script bae on browser

* chore: content script supporting canva website

* chore: add 2 minutes debounce for onclik events

* chore: add debounce for keypress events
2023-03-28 17:59:15 -05:00

833 B

This repository is currently migrating the build process

We are currently migrating from using gulp -> webpack for asset bundling. The currently published build will be left in place until this is complete

build locations

Pre-requisites

  • node v18.13.0
  • npm 8.19.3

It is suggested you use nvm to manage your node version

It is suggested to install this globally@xarc/run-cli

This will allow you to run varios tasks xrun auto complete

Development instructions

    nvm use 18
    npm install
    npm run dev