forked from timvisee/send
-
Notifications
You must be signed in to change notification settings - Fork 0
Clients
xbdm edited this page Aug 24, 2023
·
2 revisions
- Web:
send
- Command-line:
ffsend
- Android:
Android
- iOS:
iOS
- Thunderbird:
FileLink Provider for Send
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.
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.