An experiment to generate PRDs with OpenAI structured outputs.
To run the development server locally, follow these steps:
-
Clone the repository:
git clone https://github.com/ohmatey/prdly.git cd prdly
-
Install the dependencies:
Using npm:
npm install
Using yarn:
yarn install
Using pnpm:
pnpm install
-
Set up the environment:
Create a
.env.local
file in the root directory and add your OpenAI API key:OPENAI_API_KEY=your-openai-api-key
-
Run the development server:
Using npm:
npm run dev
Using yarn:
yarn dev
Using pnpm:
pnpm dev
Using bun:
bun dev
-
Open http://localhost:3000 in your browser to see the result.