Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 455 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 455 Bytes

aiZEN

Use AI to translate code from one language to another.

aiZEN

Running Locally

1. Clone Repo

git clone https://github.com/Lionhearted1/aiZEN

2. Install Dependencies

npm i

3. Create .env.local file

touch .env.local

4. Add OpenAI API Key into .en.local file

NEXT_PUBLIC_OPENAI_API_KEY=<your_api_key>

5. Run App

npm run dev