Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.64 KB

README.md

File metadata and controls

65 lines (46 loc) · 1.64 KB

ManagePrompt

Launch Your Next AI Project in Hours, Not Months! Our platform handles the technicalities – hosting, security, delivery – so you can focus on the essence of your innovation.
Learn more »

Website · Issues · Support

Contact us 💌

If you want to learn more about this project or have any questions, send us an email at [email protected]

Built with 🛠️

Getting Started 🚀

Requirements

Setup

  1. Clone the repository

    git clone https://github.com/techulus/manage-prompt
  2. Install dependencies

    npm install
  3. Set up your .env file

    You will find .env.example in the repo. Create your own copy.

  4. You'll need to setup several third party providers in order to run the entire application.

  5. Start the development server

     npm run dev
  6. Open http://localhost:3000 with your browser to see the result.