Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

CurlGPT/CurlGPT-web

Repository files navigation

CurlGPT

CurlGPT is a command-line tool that brings the power of OpenAI's ChatGPT to your favorite terminal. It allows you to type the prompt and the command line will output the proper command. 💬🚀

To Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.