freechat/freechat-client
shockrah 231141221b Adding hooks to reqest channel messages
 DOM manipulation for channel buttons moved to new module
 Message hooks themselves still require actual implementation but
all the required fallbacks are there
2021-03-03 21:49:40 -08:00
..
assets moving logo into client for the meme 2020-12-07 22:16:42 -08:00
libs renamed libraries directory to libs/ 2020-04-17 18:49:02 -07:00
pages * Updated html to receive /channel/list data 2021-03-03 16:27:06 -08:00
sass Basic channel button css 2021-02-12 18:11:20 -08:00
scripts Basic window now uses the correct css paths for building 2020-12-06 15:26:22 -08:00
src Adding hooks to reqest channel messages 2021-03-03 21:49:40 -08:00
testing Starting a mega simple testing suite 2021-02-11 16:16:50 -08:00
.gitignore dev things 2021-01-27 19:20:53 -08:00
example-dev-config.json dev things 2021-01-27 19:20:53 -08:00
main.js dev_env environment var check 2021-02-12 18:13:24 -08:00
make Removing NODE_TLS_REJECT 2021-03-03 16:25:13 -08:00
package-lock.json Updating packages to newest version and opting to use gotjs for requests 2021-02-11 15:08:06 -08:00
package.json adding npm test command 2021-02-11 16:19:18 -08:00
preload.js ! More restructuring changes 2020-12-06 14:45:06 -08:00
readme.md commiting in case the kivy trial fails 2020-03-16 19:36:10 -07:00

Client Build

This will be where we keep the code for the web-based-client. This client comms with our server code base found under /server/ in this repository.

Client Config Description

For unix based systems configuration will be found at $HOME/.config/freechat-client/config.json. There a few top levle items that I will describe here.