Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1007 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 1007 Bytes

LiveChat Next.js App

This project was bootstrapped using LiveChat Developer Console CLI

🚀 Getting Started

Install dependecies

npm install

login to the LiveChat Developer Console CLI using your LiveChat account

lcdev login

bootstrap new LiveChat app using dedicated CLI

lcdev bootstrap --baseURL <your-local-url>

start local development server

npm run dev

go to https://my.livechatinc.com and see your newly created app in action!

⚙️ Available Scripts

dev

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser. The page will reload when you make changes. You may also see any lint errors in the console.

build

Builds the app for production to the .next folder.

start

Starts production ready Next.js web server.