Getting Started
This guide will walk you through the process of setting up the project locally for development and preparing it for production deployment.
1. Prerequisites
Before you begin, make sure you have the following installed on your system:
- Node.js (v18 or higher recommended)
- Bun (optional, but preferred for speed)
- Git
2. Clone the Repository
Start by cloning the project from GitHub:
git clone https://github.com/Kivy-Infoeducatie/Kivy-Hub.git
cd Kivy-Hub
3. Install dependencies
bun install
# If you’re using npm or yarn, run npm install or yarn instead.
4. Run the Development Server
bun dev
Last updated on