Getting Started
Getting Started
Welcome to Launchapp.dev! 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- Copy the example environment variables:
cp .env.example .env.local- Verify your tool versions:
node -v
pnpm -v- Start the development servers:
pnpm devOn first run you should see output similar to:
> web@ dev /workspace/launchapp.dev-landing/apps/web
> react-router dev
➜  Local:   http://localhost:5173/
➜  Network: use --host to expose
➜  press h + enter to show helpThat's it! You're ready to hack.
For coding standards and workflow tips, see our Global Rules.