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.
- Node.js v14.x or above
- npm v6.x or above
- Clone the repository
git clone https://github.com/your-username/Zendit.git
- Navigate to the project directory
cd Zendit
- Install dependencies
npm install
To run the development server:
npm start