Skip to content

Clients

xbdm edited this page Aug 24, 2023 · 2 revisions

Android

The android implementation is contained in the android directory, and can be viewed locally for easy testing and editing by running ANDROID=1 npm start and then visiting http://localhost:8080. CSS and image files are located in the android/app/src/main/assets directory.

iOS

The ios implementation is contained in the ios directory, and can be viewed locally for easy testing and editing by running IOS=1 npm start and then visiting http://localhost:8080. CSS and image files are located in the ios/app/src/main/assets directory.

Clone this wiki locally