Web interface for the GPX Route Generator Core project. As a PWA, it will work offline once you access it once and you can install it as an app on a browser that allows it.
You can access the live version at https://routegen.herokuapp.com/
- Requires NodeJS -
Install dependencies
npm i
Run a Development Instance
npm run dev
Run a Production Instance
npm run build && npm start
