1
Fork 0
Minesweeper in the browser without any client-side JavaScript
Find a file
2023-06-29 13:29:09 +02:00
.gitignore Initial commit 2023-06-27 18:52:22 +02:00
bun.lockb Initial commit 2023-06-27 18:52:22 +02:00
favicon.ico Add favicon 2023-06-29 13:29:09 +02:00
justfile Initial commit 2023-06-27 18:52:22 +02:00
LICENSE Initial commit 2023-06-27 18:52:22 +02:00
package.json Initial commit 2023-06-27 18:52:22 +02:00
README.md Update README.md 2023-06-27 19:15:02 +02:00
server.ts Add favicon 2023-06-29 13:29:09 +02:00
style.css Initial commit 2023-06-27 18:52:22 +02:00
tsconfig.json Initial commit 2023-06-27 18:52:22 +02:00

minesweeper-nojs

To automatically compile while developing:

just dev

To run:

just run