matthewdias / QMK-Configurator

generic configurator for QMK intended to support via GUI all that QMK is capable of

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QMK-Configurator

generic configurator for QMK intended to support via GUI all that QMK is capable of

http://xahlee.info/comp/unicode_computing_symbols.html

Running the Application

docker build -t miniconfig .
docker run -it --rm -p 8000:80 -e PORT=80 --name my-running-app miniconfig

If you start to get “No space left on device” error, run the following commands to remove unused images/containers.

docker rm $(docker ps -q -f 'status=exited')
docker rmi $(docker images -q -f "dangling=true")

About

generic configurator for QMK intended to support via GUI all that QMK is capable of

License:MIT License


Languages

Language:JavaScript 94.9%Language:CSS 3.9%Language:HTML 1.1%Language:Dockerfile 0.1%