- Clone the repository
git clone [email protected]:datalumina/genai-launchpad-chat-example-frontend.git - Install dependencies
npm install -
Set up environment variables Create a .env file in the root of the project. Copy and paste the variables from the .env.example and update the values.
-
Run the development server
npm run dev Open http://localhost:3000 in your browser to see the application.