⚠️ This application is currently under development, and it is Open for your precious contribution.
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.
Follow the steps below to set up this application on your local machine:
- Fork this repository to your GitHub account.
- Clone the forked repository to your machine.
- Navigate to the
prompt-gen
directory:cd prompt-gen
- Duplicate the
.env.example
file to create a.env
file:
cp .env.example .env
- 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 🤗.