mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 07:28:29 +08:00
16 lines
154 B
Plaintext
16 lines
154 B
Plaintext
---
|
|
name: Introduction
|
|
route: '/'
|
|
---
|
|
|
|
# Introduction
|
|
|
|
## Running the Talk V5
|
|
|
|
Run this command to start Talk V5 in watch mode:
|
|
|
|
```sh
|
|
npm run watch
|
|
```
|
|
|