Source code for the chat client at strims.gg This is a work in progress!
Visit https://nodejs.org/ and install the package to be able to use npm
npm install
# For development
npm run build
# For production
npm run build:production
# 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.
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
See LICENSE.md