This repository is dedicated to the development of the Mobile UI of the InsIIT app using React Native. The InsIIT app is developed for the IIT Gandhinagar community and is a one-stop shop for All Things IITGN.
Before you begin, ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/WADC-IITGN/insiit-ui-react-native
-
Navigate to the project folder:
cd insiit-ui-react-native
-
Install dependencies:
npm install
-
Start the development server:
npx expo start
-
Scan the QR code using the Expo Go app on your phone or run the app on an iOS simulator or Android emulator. (follow instructions below the QR code in your terminal)
-
Fork this repository
-
Make your changes and commit them:
git commit -m "commit message"
-
Push your changes to your forked repository:
git push
-
Create a pull request to the
master
branch of this repository.