Installation steps
Open your terminal and navigate to your desired project directory. Follow the steps below:
Clone the Repository using Git
Using ssh
Using https
Remove git origin
Run the following command in your terminal:
Add new git origin
Run the following command in your terminal:
Install dependencies
-
Navigate to
<your-app-name>
directory. -
You can use these package managers to install the dependencies.
-
npm
-
bun
-
yarn and pnpm (coming soon…)
-