Skip to content

russellporter/openskimap.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

129b185 · Mar 17, 2025
Jan 16, 2022
Mar 24, 2024
Mar 24, 2024
Mar 17, 2025
Mar 24, 2024
Mar 24, 2024
Mar 24, 2024
Mar 1, 2025
Mar 4, 2019
Jan 30, 2022
Mar 13, 2025
Jan 24, 2023
Mar 24, 2024
Nov 24, 2024
Jan 30, 2022
Nov 18, 2024
Mar 13, 2025

Repository files navigation

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
    • 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, 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