Files
browser-wakatime/DEVELOPMENT.md
Juan Sebastian velez Posada be368b520e chore: send project on heartbeat when navigating on github (#165)
* chore: send project on heartbeat payload when user is navigating on github.com or github.dev

* chore: update logic to generate project from github activity

* chore: update history and development documentation

* chore: address comments in PR
2023-02-10 11:04:49 -05:00

971 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

In devmode you can open local remote devtools remote redux devtools

Development instructions

    nvm use 18
    npm install
    npm run dev