Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 817 Bytes

File metadata and controls

21 lines (13 loc) · 817 Bytes

ez.chat frontend

Requirements Uses

The front end for ez.chat, built with Next.js, TypeScript and React.

Setup

Assuming yarn and Node.js 8+ is installed and in PATH, run yarn to install required dependencies.

To start the project, run yarn dev. In production, run yarn build to build minified assets and bundles followed by yarn start to start the production server.

Configuration

Create a config.json in the top level of the project and then add the following content:

{
  "ip": "<insert absolute (with http) IP to the chat server here>"
}