Skip to content

Setup.md

SE. kelvin edited this page Sep 12, 2025 · 1 revision

⚙️ Setup

Follow these steps to set up the project locally:

Prerequisites

  • Git
  • Node.js (v18+)
  • npm or yarn

Installation

# Clone the repository
git clone https://github.com/username/repo.git

# Navigate into project folder
cd repo

# Install dependencies
npm install
Clone this wiki locally