Get Started
Installation
Learn how to set up LaunchIt in your development environment
Prerequisites
Before you begin, ensure you have the following installed on your system:
- Node.js (version 18.0.0 or higher)
- pnpm (version 8.0.0 or higher)
- Git
Quick Start
- Clone the repository:
- Navigate to the project directory:
- Install dependencies:
- Copy the example environment file:
- Start the development server:
Your application should now be running at http://localhost:3000
.
What’s Next?
Learn how to configure your Environment variables.
Troubleshooting
If you encounter any issues during installation:
- Make sure you’re using the correct Node.js version
- Clear your pnpm cache:
pnpm store prune
- Delete the
node_modules
directory and runpnpm install
again