Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 929 Bytes

README.md

File metadata and controls

52 lines (35 loc) · 929 Bytes

distrocards-logo A simple JS card game about GNU/Linux distros. Licensed with GPLv3.

distrocards

Installation


Method 1- Open with browser

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.

Method 2- Use Webkit2 Launcher (NixOS Only)

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

Method 3- Use Electron

Install dependencies.

npm install

Start the app. distrocards

npm start

for NixOS/MerOS:

npm run nixstart