Snap Mobile is encharged of the end user mobile app.
Getting Started
- Go to the Snap Mobile Repository and clone/fork the project
- Install the Node 18+ and npm
- Install pnpm with
npm install -g pnpm
- Install the dependencies with
pnpm install
from the root folder
Running the project
- Install Expo Go on your device and enable all your device specific settings in order to load an app from external sources
- Run the project with
pnpm android
from the root folder
Running the project with docker
- 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