Skip to content

timwis/split-the-distance

Repository files navigation

Split the Distance

Find mutually convenient places to meet

Powered by TravelTime

Local development

Split the Distance is a SvelteKit app.

Requirements:

  • Node.js

Download the source code or clone the repository and install its dependencies:

npm install

To run a local development server, use:

npm run dev

To build the application, use:

npm run build

To deploy the application to production, push changes to the master branch, which will be picked up by the Vercel integration.