How to Install Forked Next Auth from GitHub
I forked the next-auth repo and made some changes to fit my needs. How can I install this repo with NPM from my forked github repo? I'm not very familiar with Turborepo
7 Replies
package.json | npm Docs
Specifics of npm's package.json handling
I'm having trouble understanding how to build the repo (that uses turborepo) to be used by my project when installing from GitHub.
if you are building locally, you can link the repo between different projects
for publishing your own version, you can check turborepo about publishing packages
ty i'll check it out
linking like this
i think pnpm has the same feature