1
Fork 0
minesweeper-nojs/README.md

16 lines
231 B
Markdown
Raw Normal View History

2023-06-27 18:52:22 +02:00
# minesweeper-nojs
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run server.ts
```
This project was created using `bun init` in bun v0.4.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.