A simple JS card game about GNU/Linux distros. Licensed with GPLv3.
Open the index.html file in your browser. A browser that supports webkit2 such as Chrome, Opera and Vivaldi is recommended but Firefox, Beaker browser and Brave work fine as well.
Add MerOS channels and update.
echo "https://nix.mercode.org/dev/meros meros" >> $HOME/.nix-channels
nix-channel --update -vv
Install webkit2-installer.
nix-env -iA meros.webkit2-launcher
Start the app.
webkit2-launcher distrocards
Install dependencies.
npm install
npm start
for NixOS/MerOS:
npm run nixstart