1
Fork 0
minesweeper-nojs/README.md
2023-06-27 19:15:02 +02:00

13 lines
116 B
Markdown

# minesweeper-nojs
To automatically compile while developing:
```bash
just dev
```
To run:
```bash
just run
```