Thanks to visit codestin.com
Credit goes to github.com

Skip to content

antler-browser/antler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antler

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.

Monorepo Structure

  • React Native Mobile App: /react-native/
  • Static Website: /website/
antler/
├── react-native/
├── website/

Quick Start (React Native App)

1. Install dependencies

cd react-native
yarn install

2. Start the development server

yarn start

3. Run the app on iOS or Android

yarn ios
yarn android