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
- Clone the repository:
git clone <repo-url> && cd project-starter
- Install dependencies:
pnpm install
- Start development servers:
pnpm dev
That's it! You're ready to hack.