The front end for ez.chat, built with Next.js, TypeScript and React.
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.
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>"
}