Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 911 Bytes

File metadata and controls

43 lines (26 loc) · 911 Bytes

Promptopia

Welcome to Promptopia, your go-to application for generating AI prompts effortlessly! This project is built with Next.js and styled with Tailwind CSS.

Promptopia Screenshot

Getting Started

These instructions will help you set up and run the project on your local machine.

Prerequisites

Make sure you have Node.js installed on your machine. You can download it from nodejs.org.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/promptopia.git
  2. Navigate to the project directory:

    cd promptopia
  3. Install dependencies:

    npm install

Running the Application

To start the development server, run the following command:

npm run dev

Promptopia Screenshot