This project was bootstrapped using LiveChat Developer Console CLI
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!
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.
Builds the app for production to the .next
folder.
Starts production ready Next.js web server.