Home
Softono

Openskimap.org

Open source Apache-2.0 TypeScript
110
Stars
16
Forks
29
Issues
6
Watchers
4 months
Last Commit

 About Openskimap.org

The front end for OpenSkiMap.org.

Platforms

Web Self-hosted

Languages

TypeScript

Links

Need Help Installing Openskimap.org?

We provide expert installation service for this software. Our team will install, configure, and secure Openskimap.org on your server. plans start at just $30.

Openskimap.org

View on GitHub

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