osrm-frontend icon indicating copy to clipboard operation
osrm-frontend copied to clipboard

Customize the UI in the OSRM frontend

Open adhamenaya opened this issue 6 years ago • 1 comments

I am running the frontend and backend modules for OSRM. I want to make some customizations for the web interface and connect it to the backend functions. In which part of the project should I make these changes?

adhamenaya avatar Apr 06 '19 06:04 adhamenaya

Try out the docs for building the frontend. osrm-frontend uses browserify to compile node.js to clientside JavaScript. The frontend code lives in the src directory. Try modifying and recompiling to see your changes locally. Changes that affect the backend will probably require you to fork both the backend and frontend repos. The rest of the details are specific to your application and the changes you want to make. Hope that helps!

morganherlocker avatar Apr 08 '19 19:04 morganherlocker