how to fork then npm or yarn install a package that is a part of a monorepo from github

561 Views Asked by At

I'm trying to install a package from https://github.com/fusionjs/fusionjs . It seems as if the package that I'd like to fork, modify, and install using npm install has been moved to the link I gave and I was wondering how i would go about forking and then installing the fork from github. The package in question is fusion-plugin-react-router. Thank you

0

There are 0 best solutions below