Antler is a local-first mobile app platform that makes it easy for developers to build complementary mini apps — no signup required. You create profiles (with DIDs), scan QR codes and pass data between the Antler app to mini apps through a WebView.
- React Native Mobile App:
/react-native/
- Static Website:
/website/
antler/
├── react-native/
├── website/
cd react-native
yarn install
yarn start
yarn ios
yarn android