This is a web client for waylaidwanderer/node-chatgpt-api's API server, built using Nuxt 3, a Vue 3 framework.
You may also use this with other API server implementations as long as the endpoints are compatible.
Nuxt 3 Setup
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.
- Follow the Nuxt 3 setup instructions above.
- Run the API server from waylaidwanderer/node-chatgpt-api.
- Copy
.env.example
to.env
and fill in theAPI_BASE_URL
variable with the URL of the API server. - Run
npm run dev
to start the development server, ornpm run build
to build the application for production.
If you'd like to contribute to this project, please create a pull request with a detailed description of your changes.
This project is licensed under the MIT License.