ChessNut/frontend
2025-10-17 15:47:14 +02:00
..
public positionnement des cases 2025-10-17 15:47:14 +02:00
src positionnement des cases 2025-10-17 15:47:14 +02:00
README.md first frontend 2025-10-13 23:10:11 +02:00

Frontend demo: simple static lobby + board renderer

Contents:

  • public/index.html : entry page
  • src/main.js : minimal JS for lobby and board rendering
  • src/styles.css : styles

How to run (dev): serve the public folder with a static server (e.g. npx serve public or python3 -m http.server from frontend/public)