Skip to content

oblyk/oblyk-app

Repository files navigation

Oblyk App | Climbing Community App

Oblyk is an open-source community website dedicated to climbing. It aims to build a large open-data database of cliffs, routes and climbing gyms in France and around the world that can be freely consulted via an API. Climbers can also use this tool to rate their crosses or find climbing partners.

This repository is the App part of Oblyk project.
For front api, go here : oblyk-app

Dependencies

  • npm >= 7.11

Installation

npm install
cp .env.example .env

Set VUE_APP_OBLYK_API_ACCESS_TOKEN params in .env.local with your Api token (see: oblyk-api organization token part)

Launch vue

npm run dev

go to localhost:4500
enjoy !