An open API service indexing awesome lists of open source software.

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

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 .