An open API service indexing awesome lists of open source software.

https://github.com/blocklune/llm-app-frontend-app

A ChatGPT-like frontend panel. Aiming to learn Nuxt in practice.
https://github.com/blocklune/llm-app-frontend-app

chatgpt nuxt

Last synced: about 1 year ago
JSON representation

A ChatGPT-like frontend panel. Aiming to learn Nuxt in practice.

Awesome Lists containing this project

README

          

# LLM-APP Nuxt Frontend

A frontend project that aims to build a ChatGPT-like panel using [Nuxt](https://nuxt.com) & [Nuxt UI](https://ui.nuxt.com).

## Setup

Make sure to install the dependencies:

```bash
pnpm install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
pnpm run dev
```

## Production

Build the application for production:

```bash
pnpm run build
```

Locally preview production build:

```bash
pnpm run preview
```