To get started with the project, ensure you have the following:
- Node.js version 20.11.1 (required for compatibility)
- A package manager like
npm,pnpm, oryarn
Clone the project repository:
git clone https://github.com/Raynesz/visualaiz.git
cd visualaiz
Install dependencies:
npm install
Start the development server:
npm run dev
This will launch the project in development mode and open it in your default web browser.