Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonkarman/detour
Detour is an app that can be used to take detours when cycling.
https://github.com/simonkarman/detour
Last synced: 1 day ago
JSON representation
Detour is an app that can be used to take detours when cycling.
- Host: GitHub
- URL: https://github.com/simonkarman/detour
- Owner: simonkarman
- Created: 2023-08-06T19:19:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-06T20:36:05.000Z (over 1 year ago)
- Last Synced: 2024-03-14T20:36:01.764Z (11 months ago)
- Language: TypeScript
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Detour
Detour is an app that can be used to take detours when cycling. A live demo can be found [here](https://karman.dev/detour/). Simply, start cycling and whenever you reach an intersection: click somewhere on the screen to see what path to take.![App](./public/app.png)
## Getting Started
You can run the development server using the following command.
```bash
npm run dev
```
Next, you can open [http://localhost:3000/detour](http://localhost:3000/detour).## Build
To build this app you can use the following command.
```bash
npm run build
```
Then, copy the `out/` directory to the server to deploy it to [https://karman.dev/detour/](https://karman.dev/detour/).## Author
Created by [Simon Karman](https://www.simonkarman.nl).---
In the following image you can see the first ever detour in Utrecht, Netherlands by Simon Karman and Matt Watson.
![Example Route](./public/route.png)