Skip to content

Getting Started.md

SHADIL AM edited this page May 25, 2025 · 1 revision

🚀 Getting Started

Prerequisites

  • Node.js v18+
  • Docker installed
  • Firebase project & service account JSON
  • Neon PostgreSQL database URL

Installation

git clone https://github.com/yourusername/yourproject.git
cd yourproject
npm install

Run development Server

npm run dev

Clone this wiki locally