Verify your long-distance challenges.
- Create a GeoJSON feature collection of Points defining the route. You can use
static/data/frog-graham-cw.geo.json
as a template. - Add your entry in
src/lib/data/round-manifest.json
- Open a Pull Request for review
Install dependencies with npm install
, start a development server:
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.