Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodnye/anon-chatgpt
A custom ChatGPT client
https://github.com/rodnye/anon-chatgpt
Last synced: 2 days ago
JSON representation
A custom ChatGPT client
- Host: GitHub
- URL: https://github.com/rodnye/anon-chatgpt
- Owner: rodnye
- Created: 2024-03-11T13:40:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-16T01:05:04.000Z (11 months ago)
- Last Synced: 2024-11-24T20:46:38.962Z (3 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anonymous ChatGPT
Personal ChatGPT client based in a anonymous and private AI API
## Setup
1. Clone the repository in your machine.
2. Install the dependencies:
```bash
npm install
```3. Set the environment variables described in [.env.example](./.env.example)
4. Start the development server:
```bash
npm test
```5. Access to `http://localhost:3000`
## Dependencies 📦- NodeJS
- Express
- React
- Webpack and related plugins## Development 👨💻
To start the development server:
```bash
npm test
```## Production 🚀
To build the project for production:
```bash
npm run build
```This command will generate the optimized production build in the `dist/` directory.
To start the production server:
```bash
npm start
```---
♥️ Code by Rodny Estrada