Web Application
Guide for web app configuration
Last updated
Guide for web app configuration
Last updated
Ridy maintains support for the Rider Application's web version. This is useful for having the same rider application experience that is offered on Android & iOS to web users as well. The benefit here would be greater portability. Clients don't have to install the application from stores. They will go to the address and submit their request with the same UI as Android & iOS users whether it is from their Mobile or Desktop or any device with support for modern web browsers.
You can find the title of the web page in the index.html
file under the meta tag named apple-mobile-web-app-title
and the title
tag:
favicon and Mobile icons are also here. Please note the format of the favicon is png. You can replace them with your assets.
Open a terminal in the apps/rider-frontend
folder and run the below command:
Once the above command succeeds you will have the compiled website for the rider application located in the build/web
folder. You can serve this file on your server in any manner you see fit using the web server of your choice.