An open API service indexing awesome lists of open source software.

https://github.com/qqwy/planga-chat-client

Chat client written in Elm for the Planga Seamless Chat Integration Service
https://github.com/qqwy/planga-chat-client

Last synced: 5 days ago
JSON representation

Chat client written in Elm for the Planga Seamless Chat Integration Service

Awesome Lists containing this project

README

          

# Planga Chat Client

This repository contains the Elm frontend of Planga.

More information on https://planga.io

(Note: This is not the current chat client that Planga uses, but will probably replace it in the near future. For the current version, written in JavaScript, see [the JS snippet](https://github.com/ResiliaDev/Planga/blob/master/assets/js/js_snippet.js).)

## Installation

1. Install Elm 0.18 (I recommend the `asdf` version manager).
2. Install local dependencies using `yarn`.
3. Run `elm package install` to install all Elm dependencies.

## Running

- Start the application using `yarn start` for debug mode. (And just `yarn build` for only building the frontend.)
- It will run on http://localhost:8080 .