Getting Started

Getting Started

Welcome to Launchapp! This guide will walk you through setting up the project locally.

Requirements

  • Node.js >= 18
  • pnpm >= 10.6.5

Steps

  1. Clone the repository:
git clone <repo-url> && cd project-starter
  1. Install dependencies:
pnpm install
  1. Start development servers:
pnpm dev

That's it! You're ready to hack.