Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 814 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 814 Bytes

Zendit

Table of Contents

About

Zendit is an application made for all climbers. The goal of the project is to give climbers a platform for sharing and analyzing training data and getting easy access to all other climbing resources.

Zendit Demo

Prerequisites

  • Node.js v14.x or above
  • npm v6.x or above

Installation

  1. Clone the repository
   git clone https://github.com/your-username/Zendit.git
  1. Navigate to the project directory
   cd Zendit
  1. Install dependencies
   npm install

Usage

To run the development server:

   npm start