Skip to content

SmCTwelve/chat-gui

 
 

Repository files navigation

Strims.gg Chat GUI

Source code for the chat client at strims.gg This is a work in progress!

Install the node dependencies

npm install

You can now build the project.

# For development
npm run build

# For production
npm run build:production

Implementation & Testing

# Start webpack server at http://localhost:8282/
npm run start

# Automatically build for when you're running your own webserver
npm run watch

Check the readme at assets/dev/ for more information on testing.

Favicon

For future reference, the favicon is generated via

convert orig.png -define icon:auto-resize:256,128,96,72,64,48,32,24,16 favicon.ico

License

See LICENSE.md

About

Strims.gg chat front-end

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.7%
  • CSS 29.3%
  • HTML 5.3%
  • TypeScript 1.7%