- Step1: Clone or download the repository from GitHub.
- Step2: Follow setup instructions for API and mobile app environment variables.
- Step3: Install dependencies in `/api` and `/mobile-app` directories.
- Step4: Run the backend API with `npm run dev` in `/api`.
- Step5: Start the React Native app with `npm start` in `/mobile-app`.
- Step6: Register or login to access the task management features.
- Step7: Create, update, or delete task lists and tasks as needed.