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
This commit is contained in:
Juan Sebastian velez Posada
2023-02-10 11:04:49 -05:00
committed by GitHub
parent 78e298c4e4
commit be368b520e
4 changed files with 51 additions and 6 deletions

View File

@@ -6,8 +6,8 @@ We are currently migrating from using [gulp](https://gulpjs.com/) -> [webpack](h
## Pre-requisites
- node v11.15.0
- npm 6.7.0
- node v18.13.0
- npm 8.19.3
It is suggested you use [nvm](https://github.com/nvm-sh/nvm) to manage your node version
@@ -22,7 +22,7 @@ In devmode you can open [local remote devtools](http://localhost:8000)
## Development instructions
```
nvm use
nvm use 18
npm install
npm run dev
```