Note: this not about using 3p code in your own app
- come to have the code (e.g. clone repo)
- from command line in that directory (i.e. the one that has the package.json file), run
npm i - you're ready to roll, so in the case of this project which is built with vite, you could now do like
npm run dev