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 devThat's it! You're ready to hack.