Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Soto Fernandez committed Aug 9, 2023
1 parent 778c290 commit f82a88c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions dev-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## Plugin development with Rollup
https://javascript.plainenglish.io/tutorial-create-your-own-component-library-with-react-and-rollup-b8978d885297

## Plugin development with Vite
https://tomsouthall.com/blog/publishing-react-component-using-vite
https://medium.com/@ftaioli/using-node-js-builtin-modules-with-vite-6194737c2cd2


## Plugin development
https://thicolares.com/2019/02/24/creating-a-react-package-and-publishing-it-on-npm-explained.html
https://itnext.io/how-to-package-your-react-component-for-distribution-via-npm-d32d4bf71b4f
https://medium.com/@mohandere/npm-packaging-for-local-development-1d79c38b1897

## mediapipe blazepose
https://blog.tensorflow.org/2021/05/high-fidelity-pose-tracking-with-mediapipe-blazepose-and-tfjs.html

## React router
https://reactrouter.com/en/main/start/tutorial

## Mediapipe
https://developers.google.com/mediapipe/solutions/examples
https://codepen.io/mediapipe-preview/pen/abRLMxN

## how to publish

Try using this straigh forward guide https://onlyoneaman.medium.com/creating-an-npm-package-from-react-component-ee5b0ba0cd49

```bash
npm login
npm version <updated_version>
npm publish
```

0 comments on commit f82a88c

Please sign in to comment.