https://github.com/timwis/split-the-distance
Find mutually convenient places to meet
https://github.com/timwis/split-the-distance
Last synced: about 2 months ago
JSON representation
Find mutually convenient places to meet
- Host: GitHub
- URL: https://github.com/timwis/split-the-distance
- Owner: timwis
- Created: 2021-12-27T13:30:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T07:19:35.000Z (about 3 years ago)
- Last Synced: 2025-01-25T07:11:22.383Z (3 months ago)
- Language: Svelte
- Homepage: https://splitthedistance.app
- Size: 2.22 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Split the Distance
Find mutually convenient places to meet
> Powered by [TravelTime](https://docs.traveltime.com/)
## Local development
Split the Distance is a [SvelteKit](https://kit.svelte.dev/) app.Requirements:
* Node.js
Download the source code or clone the repository and install its dependencies:
```bash
npm install
```To run a local development server, use:
```bash
npm run dev
```To build the application, use:
```bash
npm run build
```To deploy the application to production, push changes to the `master` branch, which will be picked up by the Vercel integration.