Skip to Content

Getting Started

Welcome! This guide will help you set up and run the project locally on your machine.

Prerequisites

Before you begin, make sure you have the following installed:

Installation

  1. Clone the repository:
git clone https://github.com/Kivy-Infoeducatie/Kivy-Hub.git cd Kivy-Hub
  1. Install dependencies
# Using npm npm install # using yarn yarn install # Using bun bun install
  1. Run development server
# Using npm npm run dev # using yarn yarn dev # Using bun bun dev
Last updated on