- Step 1: Clone the repository from GitHub
- Step 2: Install dependencies using npm
- Step 3: Set up environment variables in .env.local
- Step 4: Run the application in development mode with 'npm run dev'
- Step 5: Build the client with 'npm run build'
- Step 6: Run the client using 'npm run run-client' or directly with Node.js