This repo contains the front end source code for OpenSkiMap.org.
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)
- using the Node.js version specified in
.nvmrc
. - yarn installed
- Install dependencies:
yarn install
- Start the dev server:
yarn start