> For the complete documentation index, see [llms.txt](https://docs.newbot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.newbot.io/get-started/install.md).

# Install

```bash
npx degit newbotjs/template my-chatbot
cd my-chatbot
npm install
npm run dev
```

Go to the browser on `http://localhost:3000` (or another port if you have change the port)

> Change Port with \`PORT\` environment variable:  PORT=3500 npm run dev

## Syntax color in VS Code

To have the syntax color in the conversational script, add an extension in VS Code:

1. Look for the extension named `ConverseScript` in Visual Studio Code
2. Click on `Install`

![](https://157610098-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Mj-oUrX0RfFWjUCK2Ro%2F-Mj4G1dBCdJiNX4d7QUG%2F-Mj4s51p9XfiW8z75CdG%2Fvscode.png?alt=media\&token=78cc7b3a-4e94-4561-8032-9e4f6e079405)
