Getting Started
Installation Steps
Step-by-step installation guide for CloudNua Mobile
Installation Steps
Open your terminal and navigate to your desired project directory. Follow the steps below:
Clone the Repository using Git
Using ssh
Terminal
git clone [email protected]:cloudnua/cloudnua-mobile.git your-app-nameUsing https
Terminal
git clone https://github.com/cloudnua/cloudnua-mobile.git your-app-nameRemove git origin
Run the following command in your terminal:
Terminal
git remote remove originAdd new git origin
Run the following command in your terminal:
Terminal
git remote set-url origin {your-git-origin}Install dependencies
-
Navigate to
<your-app-name>directory. -
You can use these package managers to install the dependencies.
- npm
Terminal
npm install - bun
Terminal
bun install - yarn and pnpm (coming soon…)
- npm