Getting Started

Follow these instructions to set up and run the MoJ Prototype Generator.

Clone the Repository

git clone https://github.com/Gary-H9/govuk-prototype-generator

Set the API Key

export OPENAI_API_KEY=<your key>

Install Dependencies

npm install

Start the Application

npm start