code-translator / README.md
khulnasoft's picture
Upload 24 files
8e20687 verified
|
raw
history blame
448 Bytes
# AI Code Translator
Use AI to translate code from one language to another.
![AI Code Translator](./public/screenshot.png)
## Running Locally
**1. Clone Repo**
```bash
git clone https://github.com/mckaywrigley/ai-code-translator.git
```
**2. Install Dependencies**
```bash
npm i
```
**3. Run App**
```bash
npm run dev
```
## Contact
If you have any questions, feel free to reach out to me on [Twitter](https://twitter.com/mckaywrigley).