====== Installation de Flok ======
Sur notre Debian 12 :
* Installation des dépots
curl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
* Installation de NodeJS
sudo apt install nodejs
* Installation du Bordel
npm install -g flok-web@latest flok-repl@latest
* puis pour executer le tout "
npx flok-web@latest
3:44:59 PM [flok-web] Running in production mode
3:44:59 PM [flok-web] Inline config detected, ignoring Vite config file
3:44:59 PM [flok-web] Serving static files from /home/pierre/.npm/_npx/c2c342d4974e0acd/node_modules/flok-web/dist
3:44:59 PM [flok-web] Listening on http://localhost:3000
3:44:59 PM [flok-web] If on LAN, try sharing with your friends http://192.168.1.183:3000
===== Annexes =====
* [[https://munshkr.github.io/flok/]]