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
# <imgsrc="https://platform.labs.text.com/console/favicon.ico"widht="24px"height="24px" /> Text Platform Developer App - Next.js Template
2
2
3
3
> This Next.js template bootstraps your [Developer Console](https://platform.text.com/console) application with a predefined configuration and a sample [LiveChat APIs](https://platform.text.com/docs) code.
4
4
5
5
## 🚀 Getting Started
6
6
7
-
First, install dependecies:
7
+
First, ensure that Text Platform Developer CLI is installed:
8
+
9
+
```sh
10
+
npm i -g @livechat/developer-cli
11
+
```
12
+
13
+
Then, install dependecies:
8
14
9
15
```sh
10
16
npm install
11
17
```
12
18
13
-
Then, log in to your [Developer Console](https://platform.text.com/console) account:
19
+
Next, pull app manifest:
14
20
15
21
```sh
16
-
npx lcdev login
22
+
txdev app pull
17
23
```
18
24
19
25
Now, you can open your [Developer Console](https://platform.text.com/console) app:
20
26
21
27
```sh
22
-
npx lcdev open
28
+
txdev app open
23
29
```
24
30
25
31
or go to the [Developer Console](https://platform.text.com/console) and see your newly created app in action!
0 commit comments