Snap Mobile is encharged of the end user mobile app.

Getting Started

  1. Go to the Snap Mobile Repository and clone/fork the project
  2. Install the Node 18+ and npm
  3. Install pnpm with npm install -g pnpm
  4. Install the dependencies with pnpm install from the root folder

Running the project

  1. Install Expo Go on your device and enable all your device specific settings in order to load an app from external sources
  2. Run the project with pnpm android from the root folder

Running the project with docker

  1. Run the project with docker compose -f deploy/docker-compose.yml -f deploy/docker-compose.dev.yml --project-directory . up --build from the root folder

Github

If you encounter any issue, please open an issue in Github