A web based app for orienteering course setting and exploration.
You can try the app here: https://o-scout.vercel.app/
Currently very much a work in progress!
In the project directory, you can run:
npm install --force # sorry, yes force, some deps are currently a mess
npm run dev
Runs the app in the development mode.
Open http://localhost:5173 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm run build
Builds the app for production to the build
folder.
o-scout currently uses Vite for bundling etc.
O-Scout is free and open source, distributed under the GNU Affero General Public License v3.0 or later:
O-SCOUT Web-based Course Setting for Orienteering
Copyright (C) 2024 Per Liedman per@liedman.net
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.