khulnasoft commited on
Commit
6c2c2aa
·
verified ·
1 Parent(s): 8e20687

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -29
README.md DELETED
@@ -1,29 +0,0 @@
1
- # AI Code Translator
2
-
3
- Use AI to translate code from one language to another.
4
-
5
- ![AI Code Translator](./public/screenshot.png)
6
-
7
- ## Running Locally
8
-
9
- **1. Clone Repo**
10
-
11
- ```bash
12
- git clone https://github.com/mckaywrigley/ai-code-translator.git
13
- ```
14
-
15
- **2. Install Dependencies**
16
-
17
- ```bash
18
- npm i
19
- ```
20
-
21
- **3. Run App**
22
-
23
- ```bash
24
- npm run dev
25
- ```
26
-
27
- ## Contact
28
-
29
- If you have any questions, feel free to reach out to me on [Twitter](https://twitter.com/mckaywrigley).