Skip to content

jmhthethird/chat-client

 
 

Repository files navigation

Oberon Client

Frontend client for Oberon chat built in React and Redux

Development

Development Environment

The Oberon chat client requires the following packages to be installed:

  • Node >= 6
  • Yarn >= 0.16

Development Server

To start the Oberon chat client:

  1. Create a .envrc file. Use the example file as a starting point: cp .envrc.example .envrc.

  2. (Optional) Update values in .envrc to match the development environment.

  3. Start the client server yarn start.

  4. To ensure client authentication works correctly, configure a DNS service to route traffic from localhost:4030 to chat.dev. We recommend using puma-dev.

Note: the client can also be run as a desktop application using yarn electron.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 93.2%
  • JavaScript 6.7%
  • HTML 0.1%