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 installStart the development server on http://localhost:3000
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewCheck 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.exampleto.envand fill in theAPI_BASE_URLvariable with the URL of the API server.
- Run npm run devto start the development server, ornpm run buildto 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.
