You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[*Read how we build this application*](https://rapidapi.com/guides/build-text-case-app)
17
+
18
+
### π οΈ Installation Steps
19
+
20
+
1. Download the `text-case-app` directory. Click [here](https://download-directory.github.io/?url=https://github.com/RapidAPI/DevRel-Examples-External/tree/main/text-case-app) to download it.
21
+
22
+
2. Unzip the downloaded file and navigate to the working directory.
23
+
24
+
```bash
25
+
cd RapidAPI\ DevRel-Examples-External\ main\ text-case-app/
26
+
```
27
+
28
+
3. Install dependencies
29
+
30
+
```bash
31
+
npm install
32
+
```
33
+
34
+
4. Create `.env.local` file in root and add your variables
35
+
36
+
```bash
37
+
NEXT_PUBLIC_RAPIDAPI_KEY=YOUR_RAPID_API_KEY
38
+
```
39
+
40
+
5. Run the app
41
+
42
+
```bash
43
+
npm run dev
44
+
```
45
+
46
+
You are all set! Open [localhost:3000](http://localhost:3000/) to see the app.
0 commit comments