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