How to fork the extension gallery website #1259
-
I need help getting my fork of the Extension Gallery website up and running. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
NOTE: You will need Git and NodeJS installed on your PC Once you fork TurboWarp/extensions, open the folder where you want your fork located in your PC, open a command shell at the folder location, and use |
Beta Was this translation helpful? Give feedback.
NOTE: You will need Git and NodeJS installed on your PC
Once you fork TurboWarp/extensions, open the folder where you want your fork located in your PC, open a command shell at the folder location, and use
git clone {Your Forked Repository Git Link}
. Once you do that, in the same shell, usenpm ci
to install the dependencies of the fork. Once all of that is done, usenpm start
to start the fork, and you'll be given the localhost link in the shell where the fork is currently running. Hope this helps!