Skip to content

Commit ce402ba

Browse files
Fixes for readme
1 parent 2fed14b commit ce402ba

File tree

3 files changed

+49
-2375
lines changed

3 files changed

+49
-2375
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
1-
# <img src="https://livechat.design/images/livechat/DIGITAL%20%28RGB%29/SVG/Mark_RGB_Orange.svg" widht="24px" height="24px" /> LiveChat Developer App - Next.js Template
1+
# <img src="https://platform.labs.text.com/console/favicon.ico" widht="24px" height="24px" /> Text Platform Developer App - Next.js Template
22

33
> 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.
44
55
## 🚀 Getting Started
66

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:
814

915
```sh
1016
npm install
1117
```
1218

13-
Then, log in to your [Developer Console](https://platform.text.com/console) account:
19+
Next, pull app manifest:
1420

1521
```sh
16-
npx lcdev login
22+
txdev app pull
1723
```
1824

1925
Now, you can open your [Developer Console](https://platform.text.com/console) app:
2026

2127
```sh
22-
npx lcdev open
28+
txdev app open
2329
```
2430

2531
or go to the [Developer Console](https://platform.text.com/console) and see your newly created app in action!

0 commit comments

Comments
 (0)