thedistricts / round-runner

An online tool that verifies long-distance running rounds

Home Page:https://roundrunner.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Round Runner

Verify your long-distance challenges.

Adding Addtional Rounds

  1. Create a GeoJSON feature collection of Points defining the route. You can use static/data/frog-graham-cw.geo.json as a template.
  2. Add your entry in src/lib/data/round-manifest.json
  3. Open a Pull Request for review

Developing

Install dependencies with npm install, start a development server:

npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

About

An online tool that verifies long-distance running rounds

https://roundrunner.app/


Languages

Language:Svelte 65.6%Language:TypeScript 29.9%Language:JavaScript 3.4%Language:HTML 0.9%Language:CSS 0.1%