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
- Host: GitHub
- URL: https://github.com/qqwy/planga-chat-client
- Owner: Qqwy
- Created: 2018-10-07T18:44:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T11:24:33.000Z (over 4 years ago)
- Last Synced: 2025-01-03T10:44:44.797Z (10 months ago)
- Language: Elm
- Size: 208 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .