Skip to content

arpitv970/prompt-gen

Repository files navigation

AI Powered Chat Application

⚠️This application is currently under development, and it is Open for your precious contribution.


Join conversation with the team 👇

Discord


This application is dedicated to people who value time, so they can save time by not writing similar prompts repeatedly. Simply login & start saving your prompts. Also, discover prompts shared by others in the community.


Getting Started

Local Setup

Follow the steps below to set up this application on your local machine:

  1. Fork this repository to your GitHub account.
  2. Clone the forked repository to your machine.
  3. Navigate to the prompt-gen directory:
    cd prompt-gen
  4. Duplicate the .env.example file to create a .env file:
cp .env.example .env

Initiating the Project on Local Machine

  • Intall Dependencies:
    npm i
    
  • Start development server:
    npm run dev
    
  • Build the application:
    npm run build
    
  • Start Production Server:
    npm start
    

Congratulations! You have successfully set up and run the project on your local machine. Feel free to contribute to the project 🤗.