Web cards game for playing "Warlords and Scumbags" and other games.
Kibitzer is made with svelte and libwebsockets
Install the dependencies...
cd svelte-app
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000. You should see kibitzer running. Edit a component file in src
, save it, and reload the page to see your changes.
To create an optimised version of the app:
npm run build
You can run the newly built app with npm run start
. This uses sirv, which is included in your package.json's dependencies
so that the app will work when you deploy to platforms like Heroku.
$ sudo apt install npm libssl-dev autogen automake g++ libwebsockets
$ sh autogen.sh
$ ./configure
$ make
$ ./run.sh
$ docker build --tag kserver .
$ docker run kserver
$ docker exec -it 2839f2808486 /bin/bash
$ sudo systemctl stop kibitzer
$ sudo systemctl start kibitzer
$ sudo systemctl status kibitzer