This repository contains the frontend application for the Ocean Time Machine project, built with Expo for iOS, Android, and Web.
The application allows users to:
- Authenticate using traditional methods (email/social).
- Upload ocean photos from their devices.
- Track the processing of their uploads to permanent storage on Arweave.
- Earn points for their contributions.
- Explore all contributed photos on an interactive map.
- View their personal contribution history and statistics.
- Clone the repository:
git clone <repository-url> cd OTM-app-v3
- Install dependencies:
pnpm install
- Setup environment variables:
Copy
.env.exampleto.envand fill in the required values. - Run the application:
pnpm expo start