https://github.com/perliedman/o-scout
A web based app for orienteering course setting and exploration
https://github.com/perliedman/o-scout
course-setting ocad orienteering
Last synced: over 1 year ago
JSON representation
A web based app for orienteering course setting and exploration
- Host: GitHub
- URL: https://github.com/perliedman/o-scout
- Owner: perliedman
- License: other
- Created: 2021-06-12T11:08:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T20:09:16.000Z (over 1 year ago)
- Last Synced: 2025-03-24T21:23:24.771Z (over 1 year ago)
- Topics: course-setting, ocad, orienteering
- Language: JavaScript
- Homepage: https://o-scout.vercel.app
- Size: 1.92 MB
- Stars: 17
- Watchers: 3
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# O-Scout
A web based app for orienteering course setting and exploration.
You can try the app here: [https://o-scout.vercel.app/](https://o-scout.vercel.app/)
Currently very much a work in progress!
## Developing
In the project directory, you can run:
```
npm install
npm run dev
```
Runs the app in the development mode.\
Open [http://localhost:5173](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](https://vite.dev/) for bundling etc.
## License
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
>
> 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 .