URBN 2023 Hackathon entry. Translate text from English to another Language using AI, or generate brand new SEO content. Ultimately this will replace a very manual process by automating the generation and translation of text when content is saved via CMS.
- Add a
.env
file using.env.example
as a template. - Add your OpenAI API key to
OPENAI_API_KEY
- Generate one if needed
- Install the dependencies:
npm ci
Start the development server on http://localhost:3000
:
npm run dev