From a09ed1e7ebc1976fb42ec9fa60844819f6068eba Mon Sep 17 00:00:00 2001 From: davidarthurthomas <86976367+davidarthurthomas@users.noreply.github.com> Date: Tue, 15 Apr 2025 15:32:23 -0400 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e215bc4..66f3890 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). +This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app), which serves as the starter repository to [Remark's Backend Challenge](https://outdoorly.notion.site/Full-Stack-Challenge-1d64c0949c6c8010b5eaf9563d9250ba?pvs=4). ## Getting Started +This app requires an OpenAI API key set in a `.env.local` file. See `.env.example`. + First, run the development server: ```bash