Skip to content

ohmatey/prdly

Repository files navigation

Prdly

An experiment to generate PRDs with OpenAI structured outputs.

Run Locally

To run the development server locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/ohmatey/prdly.git
    cd prdly
  2. Install the dependencies:

    Using npm:

    npm install

    Using yarn:

    yarn install

    Using pnpm:

    pnpm install
  3. 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
    
  4. Run the development server:

    Using npm:

    npm run dev

    Using yarn:

    yarn dev

    Using pnpm:

    pnpm dev

    Using bun:

    bun dev
  5. Open http://localhost:3000 in your browser to see the result.

About

An experiment to generate PRDs with OpenAI structured outputs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published