Skip to content

Local Deployment Guide

AyTech Solution edited this page Jun 26, 2026 · 1 revision

πŸš€ Local Deployment Guide

Follow these technical procedures to spin up the local environment node.

πŸ“‹ Prerequisites

  • Node.js (v18.x or higher recommended)
  • NPM or Yarn package compiler

πŸ’» Setup Matrix

# 1. Access the repository cloud matrix
git clone [https://github.com/AyTech-Solution/botub.git](https://github.com/AyTech-Solution/botub.git)
cd botub

# 2. Inject structural dependencies
npm install

# 3. Fire up the local engine
npm run dev