https://github.com/russellporter/openskimap.org
The front end for OpenSkiMap.org.
https://github.com/russellporter/openskimap.org
backcountry-skiing cross-country-skiing map openstreetmap ski snow snowboarding
Last synced: 4 months ago
JSON representation
The front end for OpenSkiMap.org.
- Host: GitHub
- URL: https://github.com/russellporter/openskimap.org
- Owner: russellporter
- License: apache-2.0
- Created: 2019-03-04T19:05:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-12-19T18:18:28.000Z (6 months ago)
- Last Synced: 2025-12-22T07:51:06.749Z (5 months ago)
- Topics: backcountry-skiing, cross-country-skiing, map, openstreetmap, ski, snow, snowboarding
- Language: TypeScript
- Size: 3.31 MB
- Stars: 89
- Watchers: 6
- Forks: 7
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# OpenSkiMap.org
This repo contains the front end source code for OpenSkiMap.org.
## Overview
The main components of the website are organized in separate repos
- [Data processing pipeline](https://github.com/russellporter/openskidata-processor)
- Takes in OpenStreetMap data and Skimap.org Ski Areas
- Performs sanitization, normalization, and graph processing on the data
- Produces Mapbox Vector Tiles & GeoJSON files per run & lift.
- [REST API](https://github.com/russellporter/api.openskimap.org), provides search and object details
- Mapbox GL style (not on Github, yet)
- Front end (this repo)
## Pre-reqs
- using the Node.js version specified in `.nvmrc`.
- yarn installed
## Development
1. Install dependencies: `yarn install`
2. Start the dev server: `yarn start`