Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.08 KB

Qwik Trip planner App ⚡️


Overview

This is a demo application using open-ai chat endpoint, QwikCity and Http streaming to provide a trip planning web application.

Alt Text

Development

Development mode uses Vite's development server. The dev command will server-side render (SSR) the output during development.

npm dev # or `yarn dev`

Note: you will need to create .env.local file and add OPEN_AI_API_KEY={OPEN_AI_API_KEY_TOKEN} to be able to use Open AI endpoints. create a new key using Open AI API keys

Deployment

The application is being deployed to AWS using serverles.

Deploy

npm deploy --param "OPEN_AI_API_KEY={OPEN_AI_API_KEY_TOKEN}"

Preview locally

npm serve --param "OPEN_AI_API_KEY={OPEN_AI_API_KEY_TOKEN}"