Skip to content

trickpattyFH20/league-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

League Chat http://league.chat

a stand-alone implementation of the League of Legends chat client for browsers and desktop.
(repo for the backend is located at server-lol-chat)

Instructions for setting up local project:

  1. $ git clone https://github.com/trickpattyFH20/league-chat.git
  2. $ cd league-chat
  3. $ npm i
  4. $ npm i -g forever
OSX

$ ./start (starts local server, navigate to http://127.0.0.1:8080 in your browser)
$ ./stop (stops local server)

Windows

$ forever start -a bin/www (starts local server, navigate to http://127.0.0.1:8080 in your browser)
$ forever stop bin/www (stops local server)

Create LoL account

If you don't have a LoL account, you can create one here: https://leagueoflegends.com Download the game and play a couple. Send me a friend request and I'll join you! (summoner name: trickpatty)

About

cross platform League of Legends chat application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published