Welcome to Promptopia, your go-to application for generating AI prompts effortlessly! This project is built with Next.js and styled with Tailwind CSS.
These instructions will help you set up and run the project on your local machine.
Make sure you have Node.js installed on your machine. You can download it from nodejs.org.
-
Clone the repository to your local machine:
git clone https://github.com/your-username/promptopia.git
-
Navigate to the project directory:
cd promptopia -
Install dependencies:
npm install
To start the development server, run the following command:
npm run dev