Frontend client for Oberon chat built in React and Redux
The Oberon chat client requires the following packages to be installed:
- Node >= 6
- Yarn >= 0.16
To start the Oberon chat client:
-
Create a
.envrc
file. Use the example file as a starting point:cp .envrc.example .envrc
. -
(Optional) Update values in
.envrc
to match the development environment. -
Start the client server
yarn start
. -
To ensure client authentication works correctly, configure a DNS service to route traffic from
localhost:4030
tochat.dev
. We recommend using puma-dev.
Note: the client can also be run as a desktop application using yarn electron
.