A fanmade webbased multiplayer version of the popular board game Exploding Kittens. Consider buying the board game and support the creators of the game. This project is for educational purposes only. If requested I will gladly take it offline.
npm installnpm run devAccess at: http://localhost:5173
npm run serveServer runs at: http://localhost:8000
npm run serve:watch# Terminal 1
npm run dev
# Terminal 2
npm run serve:watch# Build client
npm run build
# Build server
npm run build:server
# Run production server
node dist/server/server/server.js
See LICENSE file for details.