Skip to content

Ajukirurg/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 node.js

Visit https://nodejs.org/ and install the package to be able to use npm

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 60.4%
  • SCSS 26.9%
  • HTML 6.0%
  • TypeScript 3.5%
  • CSS 3.1%
  • Dockerfile 0.1%